RESTful API for a food delivery system
Hello there, in order to correctly install and test this project, please follow this next steps:
- Clone the project via HTTPS
- Install dependencies with the command 'npm install'
- Manually import the SQL Database on your local DB client. You'll find the .sql file in /src/DB/delilah_DB.sql
- Run the project locally using the command 'npm start'. It will start the server
- Test locally using an HTTP client such as Postman