Skip to content

Commit

Permalink
Update README.md (#25)
Browse files Browse the repository at this point in the history
* Update README.md

* add setup

* Update README.md
  • Loading branch information
specialyas committed Sep 4, 2022
1 parent a5eea52 commit 576bd05
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
# Introduction

A Simple ToDo App is built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app
# 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
---

> Be sure to add that lovely star 😀 and fork it for your own copy
---

# Objectives

- It's a beginner level app created to understand how MVC concept and logins are added
[Link to project](#)

![Anime-Gen](https://github.com/specialyas/recipebooks/blob/main/story.png?raw=true)
---

# Who is this for?

- It's for beginners & intermediates with little more experience, to help understand the various aspects of building a node app with some complex features
- 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

# Packages/Dependencies used
**Tech used:** HTML, CSS, JavaScript, Express, Node and MongoDB

bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator

---

# Development Setup
# 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:
Expand Down

0 comments on commit 576bd05

Please sign in to comment.