An online group cooking platform
Learn to cook like a pro with others in
the comfort of your own kitchen.
site-tour.mp4
booking-demo.mp4
- React
- Redux
- Express
- MongoDB
- Sign up for online group cooking classes
- Straight forward booking process
- Fully online and secure payments
- Chef and customer accounts
- Google OAuth login and registration
- Mobile friendly
git clone https://github.com/waresfaz/feasthero
make install
make run
or
cd ./client && npm install && cd ../server && npm install
cd ./client && npm start
cd ./server && npm start