Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 989 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 989 Bytes

Recipe Books

A simple recipe app built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app

Link to project

Anime-Gen

Who is this for?

  • It's for people who are looking for a place to store their recipes or just view recipes stored by others.

How it's Made

Tech used: HTML, CSS, JavaScript, Express, Node and MongoDB


Optimizations

The app can be optimized by adding a sub category to allow for grouping of recipes.

Development Setup

  1. Clone repo to your machine
  2. Run npm install in terminal to install all project dependencies
  3. Create a .env file in the config folder with the following info:
PORT = 3000
DB_STRING = database string here
  1. Type npm run start in terminal and press enter
  2. Visit http://localhost:3000 in your browser