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
No releases yet wait until milestone Milestone V1.0
- Dependencies:
- Download latest go version Go
- Download and configure latest go version PostgreSQL
- Clone repo
git clone https://github.com/madswillem/recipeApp_Backend_Go.git
- Go into the directory
cd recipeApp_Backend_Go
- Add
.env
file and addDB=(db connection string)
to it - Download the dependencies
make tidy
- Build
make build
- Run the DB
- Run the app
./bin/main
Not yet available wait until milestone Milestone V1.0
No releases yet wait until milestone Milestone V1.0
- Dependencies:
- Download latest go version Go
- Download and configure latest go version PostgreSQL
- Clone repo
git clone https://github.com/madswillem/recipeApp_Backend_Go.git
- Go into the directory
cd recipeApp_Backend_Go
- Add
.env
file and addDB=(db connection string)
to it - Download the dependencies
make tidy
- Build
make build
- Run the DB
- Run the app
./bin/main.exe
Not yet available wait until milestone Milestone V1.0
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.