- Welcome to Bite Me Burger! A food ordering experience for fictitious restaurant where user can select desired menus, add items to cart and place an order for pick-up
- Notification will be sent by using SMS telecomm API service, Twilio when the order is ready with order details and estimated preparation time.
"Bite Me Burger" Project Demo
Main Page
Check-Out Page
Incomplete Order(Admin Page)

- Install dependencies:
npm i - Fix to binaries for sass:
npm rebuild node-sass - Reset database:
npm run db:reset
- Check the db folder to see what gets created and seeded in the SDB
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- chalk: ^2.4.2,
- dotenv: ^2.0.0,
- ejs: ^2.6.2,
- express: ^4.17.1,
- morgan: ^1.9.1,
- pg: ^8.5.0,
- sass: ^1.35.1,
- twilio: ^3.77.2
- "nodemon": ^2.0.10