cannonspears / grubdash-server

Back-end application that allows users to simulate ordering dishes online.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrubDash Back-end Application

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.

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/cannonspears/grubdash.git.
  2. Navigate to the project directory using cd grubdash.
  3. Install the required dependencies using npm install.
  4. Start the development server using npm start.

Running Tests

This project includes a set of tests that can be run using the command line. To run the tests, use the command npm test.

Author

This project was created by Cannon Spears in association with Thinkful.

About

Back-end application that allows users to simulate ordering dishes online.


Languages

Language:JavaScript 100.0%