Food Truck Finder

Description

This is our final large scale project form our schooling at Lighthouse Labs. This is a useful food ordering application designed to help locate and order from food trucks in you area. This project helped teach us about front end development using React and querying our elephant PSQL database.

Authors

Screenshots

"screenshot of creating main page showing food trucks." "screenshot of registering a new truck" "screenshot of paying for a meal"

Features

  • Allows for users to see local food trucks location
  • Has the ability to filter trucks by days of the week and by type of food offered
  • Allows for users to register a new truck and choose its location during each day of the week
  • Can visit a menu from the tuck and add food to order
  • Allows for credit card payment after completing your order

Setup

  1. Clone this repository onto your local device.
  2. Install dependencies using the npm install command.
  3. Start the webpack server using the npm start command.
  4. Start the server using node data/server.js command.
  5. Fill in any .env keys required.
  6. Visit http://localhost:3000/ to view the app.