This is my own FullStack concept project. This is a website for booking a cook/chef to visit your place and cook the food that the customer chose. For more info why I am doing this checkout: Goals for this project
- Screenshots
- Technologies used
- Goals for this project
- Features to be included in the future
- My git workflow
- My agile workflow and wireframe with agile user stories in Trello board
- Server-repo
- To practice for myself of a FullStack development
- To showcase what I have learned during my coding bootcamp at codaisseur.
- To showcase development approach of using wireframes with agile user-story
- To showcase disciplined git usage
- Functional shopping cart
- Functional search feature
- Send email/sms to cooking when booking
- Chat feature between customers and cook
- Filter dishes by category, dish name, location
In this project I try to use:
- Good commit messages
- Well named branches
- Pull requests with summaries
If you have feedback to improve my git usage or wants to help out in this project: please drop me a line!
Here is my branching model for this project.
master (auto deploys) ______________________
\ /
development \_____________/- pull request
\ /
feature/some-feature \_commits_/- pull request
I try to maintain a backlog eventhough I'm working on a project by myself. That way people can quickly jump in and start helping out. It also displays how I split up my tasks and try to build this project in an iterative and incremental way!
Check out the wireframes for this project in my mockfow here
Check out the user stories in my trelloboard here
The server side of this project is an Express server connected to a Sequelize database. Click here for more details