Skip to content

Web application built with Angular9 and express frameworks. Find recipes for Ingredients you already have πŸ‘¨πŸ»β€πŸ³πŸ•πŸ—.

Notifications You must be signed in to change notification settings

kaayso/Recipe-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Web application built with Angular9 and express frameworks. Find recipes for Ingredients you already have πŸ‘¨πŸ»β€πŸ³πŸ•πŸ—.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published