Skip to content

dmeneses/GreatPizzaAPI

Repository files navigation

great-pizza

LoopBack

Start the application

Run the following script inside the folder:

npm install

Configure database connection, update the file 'src/datasources/pizza.datasource.config.json':

{
  "name": "Pizza",
  "connector": "mongodb",
  "url": "mongodb://<user>:<password>@ds257698.mlab.com:57698/pizzadb",
  "host": "",
  "port": 0,
  "user": "",
  "password": "",
  "database": "",
  "useNewUrlParser": true
}

Start the application with:

npm start

The backend server will be accessible from:

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors