Skip to content

A Backend for the Recipe App in go and with PostgreSQL

License

Notifications You must be signed in to change notification settings

madswillem/recipeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECIPEAPP

Welcome to the Recipe App repository! This project is a user-friendly and foss application that allows users to browse, save, share and search recipes. With the upcoming v1.0 release users will be able to get personalized recommendations

Table of Contents

API

API Spec

Installation

Linux with PostgreSQL

Releases

No releases yet wait until milestone Milestone V1.0

Build from Source

  1. Dependencies:
    • Download latest go version Go
    • Download and configure latest go version PostgreSQL
  2. Clone repo git clone https://github.com/madswillem/recipeApp_Backend_Go.git
  3. Go into the directory cd recipeApp_Backend_Go
  4. Add .env file and add DB=(db connection string) to it
  5. Download the dependencies make tidy
  6. Build make build
  7. Run the DB
  8. Run the app ./bin/main

Single executable

Not yet available wait until milestone Milestone V1.0

Windows

Releases

No releases yet wait until milestone Milestone V1.0

Build from Source

  1. Dependencies:
    • Download latest go version Go
    • Download and configure latest go version PostgreSQL
  2. Clone repo git clone https://github.com/madswillem/recipeApp_Backend_Go.git
  3. Go into the directory cd recipeApp_Backend_Go
  4. Add .env file and add DB=(db connection string) to it
  5. Download the dependencies make tidy
  6. Build make build
  7. Run the DB
  8. Run the app ./bin/main.exe

Single executable

Not yet available wait until milestone Milestone V1.0

MacOS

There is no official way to install the RecipeApp on MacOS. You might be able to build the app from source, I can't verify that though.

About

A Backend for the Recipe App in go and with PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages