GrubDash is a Full Stack application that allows users to simulate ordering dishes online. The Front-end (not included) was created by Thinkful, and students were tasked with creating the server that connects to two resources, dishes and orders, and route appropriately.
For the frontend, please visit this link.
To get started with this project, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/cannonspears/grubdash.git
. - Navigate to the project directory using
cd grubdash
. - Install the required dependencies using
npm install
. - Start the development server using
npm start
.
This project includes a set of tests that can be run using the command line. To run the tests, use the command npm test
.
This project was created by Cannon Spears in association with Thinkful.