The new and improved facnrecipe. A simple recipe application for members of Founders & Coders community in Nazareth.
Click here to use FACN Recipe 2.0.
Or you can clone this repository.
git clone
Install the dependencies
npm i
Run start
npm run devStart
As a student/mentor of Founders & Coders based in Nazareth, she/he can...
- login securely to the app
- create a new recipe
- browse available recipes
- filter recipes by origin food type
- view the most recent recipes
recipes
id | recipe_name | ingredients | directions | origin | user_id |
---|
users
id | username | password | name | surname |
---|
- create repository
- create file structure
- create wireframe
- create architecture diagram
- write this beautiful readme 🎉
- create server, router and handler
- test the routes
- refactor
- create the database
- create the login and sign up forms
- hash passwords and store in database
- create token and save in cookie
- try login
- attempt the stretch goals
- Function for editing/deleting recipes only for the user that created the original recipe
- Admin authentication to edit/delete any recipes
- All branches should be understood and reviewed by all team members prior to pushing/merging to master
- Writing core functionality as a three but splitting up when team members feel comfortable
- All team members must review before a branch is merged