/Delilah

RESTful API for a food delivery system

Primary LanguageJavaScript

Delilah

RESTful API for a food delivery system

Hello there, in order to correctly install and test this project, please follow this next steps:

  1. Clone the project via HTTPS
  2. Install dependencies with the command 'npm install'
  3. Manually import the SQL Database on your local DB client. You'll find the .sql file in /src/DB/delilah_DB.sql
  4. Run the project locally using the command 'npm start'. It will start the server
  5. Test locally using an HTTP client such as Postman