Web application that helps you to find recipe based on products you have.
git clone https://github.com/Stars-Software/book-of-recipes-backend.git
npm i
- Go to setup folder via
cd backend/src/config/setup folder
- Run setup.sh to create needed database and user in pg via
sh setup.sh
- Run in root folder
npm run backend
- Run unit-test via
npm test