This application allows users to create a profile for their food truck and then update its location throughout the week. A user can browse food trucks in their area and then place and pay for their order. This was our final project at Lighthouse Labs.
Click Here! Please Note: Database is currently disconnected - Check back soon
- 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.