mohammed-khamees / restaurants_API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

BASE_URL: https://restaurantsa.herokuapp.com

To run this application locally:

1- npm install

2- enviroment vars in the .env file:

  • PORT= 5000
  • DB_URL= #YOUR DATABASE URL#
  • SECRET= #YOURSECRETKEY#

3- Run the server => npm start

4- If you installed nodemon you can run the server => npm run dev

5- Base URL: http:/localhost:5000

About


Languages

Language:JavaScript 100.0%