https://themunchingvass.herokuapp.com/
To check our this app, please clone this repository!
git clone
Install all dependencies.
npm install
Run nodemon to start it up.
npm run devStart
As a member of FACN who wants to cook at the guesthouse I want to:
- Add chef and sous-chef to a certain date
- Add type of meal that’s being cooked
As a member of FACN who is interested in coming over to eat I can:
- Browse the cooking schedule, including what is being made
- Add myself as someone who is coming to eat
- New participants can add themselves to the name list
- participants would be able to delete themselves from duties or dinners
id | chef_id | sous-chef_id | meal |
---|---|---|---|
1 | 4 | 7 | "Rice and Tofu" |
2 | 3 | 1 | "Maqluba" |
id | name |
---|---|
1 | "Sajeda" |
2 | "Amy" |
date_id | participant_id |
---|---|
1 | 3 |
1 | 18 |
2 | 6 |
- camelCase for all variable names
- Use classes for CSS and ID's for JS
- Comments for code clarification
- Remove all unnecessary console.log
- Make initial software architecture
- Create psql database
- Create back-end server
- Create front-end layout
- Establish Heroku
- Eat knafe 😀
Software Architecture