Skip to content

specialyas/recipebooks

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.3%
  • EJS 21.3%
  • CSS 12.4%