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.
- 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
- Clone this repository onto your local device.
- Install dependencies using the
npm install
command. - Start the webpack server using the
npm start
command. - Start the server using
node data/server.js
command. - Fill in any .env keys required.
- Visit http://localhost:3000/ to view the app.