- A server designed to handle HTTP requests for individual restaurant dishes and delivery orders.
- A back-end application focused on building an API that follows RESTful design principles and utilizes route parameters and custom middleware.
- Fork/Clone this repository
- Run
npm install
- Run
npm start
to host the server locally
If API_BASE_URL
is not set, a default value of http://localhost:5000
is used.
Optionally, you may run the front-end application on the same server for a more visual representation of this project.
Built with Express, JavaScript, Node.js