Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Merged
merged 3 commits into from
Sep 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
curtisbarnard marked this conversation as resolved.
Show resolved Hide resolved
# 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