Simple recipe application for members of Founders & Coders community in Nazareth
Click [here] (https://facnrecipe-v2.herokuapp.com/) to start FACN Recipe application
As a student of Founders & Coders based in Nazareth, she/he can search recipes by clicking four different categories based on the origin of food.
- User can login with a user ID and password
- User can browse for available recipes
- User can filter recipes by origin food type
- User can add, edit and delete recipes
- Simple web app with a node server and a database
- Your database comes with a schema, which should be documented in your readme (along with any other architectural decisions)
- Database hosted on Heroku, or locally
- Build script for your database
- Security concerns appropriately considered (you must protect against script injections!)
- Good test coverage both server- and client-side
- Content dynamic, but DOM manipulation kept to a minimum
- Mobile-first design
- Clear user journey (even if you take one of our suggested ideas, document the user journey in your readme)
- Admin Login
- Admin Interface
- Admin functionality - Delete & Add users & Posts
- All branches should be understood and reviewed by all team members prior to pushing/merging to master