Skip to content

jeff-ho/Lighthouse-Noodles

Repository files navigation

Food Pickup-Ordering

A food ordering experience for a single restaurant. Hungry clients of this fictitious restaurant can visit its website, select one or more dishes and place an order for pick-up. They will receive a notification when their order is ready.

The restaurant and client both need to be notified since this app serves as an intermediary.

When an order is placed the restaurant receives the order via SMS. The restaurant can then specify how long it will take to fulfill it. Once they provide this information, the website updates for the client and also notifies them via SMS.

Used Twilio to implement SMS communication from the website to the client and restaurant.

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: labber
  • password: labber
  • database: midterm
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

Registration Page

Register Page

Home Page

Home Page 1

Home Page

Home Page 2

Home Page

Home Page 3

Home Page

Home Page 4

Menu Page

Menu Page 1

Menu Page

Menu Page 2

Menu Page

Menu Page 3

##Checkout Page Checkout Page

Confirmation Page

Confirmation Page

Authors

Jeffrey Lee - https://github.com/jeffreyleec Jeffrey Ho - https://github.com/ynot9042 Mohammed Abbas - https://github.com/mo-ab93

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published