Skip to content

Latest commit

Β 

History

History
63 lines (39 loc) Β· 1.67 KB

README.md

File metadata and controls

63 lines (39 loc) Β· 1.67 KB

Project

▢️ Live demo
Recipe finder πŸ‘¨πŸ»β€πŸ³

Find recipes from Ingredients you already have.

Project Status

This project is not finished yet. Current version : alpha.

Installation and Setup Instructions

Clone down this repository. You will need node and npm or yarn installed globally on your machine.

.env file (root of the project):

variable description
NODE_ENV Running mode ('production' or 'development')
DB_URL Mongodb URL
PORT Node server port
CORS_ORIGIN CORS origin (development mode -> http://localhost:4200)
SECRET_TOKEN_ACCESS Private key to encode/decode a JWT

Install application manualy

Installation (client):

cd ./client npm install

Start client:

ng serve --poll=2000

To visit app:

localhost:4200/

Installation (server):

cd ./server npm install

Start client:

npm run dev (nodemon)
npm run start

Install application using Docker

Installation & run application:

docker-compose up

Project Screen Shot(s)

Welcome section Project section Project section Project section