A simple recipe app built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app
- It's for people who are looking for a place to store their recipes or just view recipes stored by others.
Tech used: HTML, CSS, JavaScript, Express, Node and MongoDB
The app can be optimized by adding a sub category to allow for grouping of recipes.
- Clone repo to your machine
- Run
npm install
in terminal to install all project dependencies - Create a .env file in the config folder with the following info:
PORT = 3000
DB_STRING = database string here
- Type
npm run start
in terminal and press enter - Visit
http://localhost:3000
in your browser