Topic: Food Pick-up App
Burgers&Friends Food Pickup App serves as a communication tool between customers and a restaurant, Burgers&Friends.
Upon a customer choosing the type and the quantity for each food item, the information is stored in a cart. After the user's confirmation, he/she's order and personal(name and phone number) is sent to the restaurant via a text. The restaurant is then able to provide an estimation on the preparation time and send this information back to the client as a confirmation for his/her order.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Run
npm run db:reset
to load database. The database name midterm is used for the project. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- body-parser ^1.19.1
- bootstrap-scss ^4.6.1
- chalk ^2.4.2
- cookie-session ^2.0.0
- dotenv ^2.0.0
- ejs ^2.6.2
- express ^4.17.1
- morgan ^1.9.1
- pg ^8.5.0
- pg-native ^3.0.0
- sass ^1.35.1
- twilio ^3.73.0