Skip to content

This this the back-end part of my team project in Centennial College. It is a Pet Adoption RESTful API built using Node.js, Express, and Mongo DB..

Notifications You must be signed in to change notification settings

ricardoyamamoto/restful-api-pet-adoption

Repository files navigation

restful-api-pet-adoption

generator-api

Restful API for the Pet Adoption application

dependencies

node 6.3.x or later and mongodb

developing

run mongodd on a separated terminal instance:

mongod

run the app:

npm run dev

the app runs on localhost:8080

production

you'll likely be consuming mongodb as a service, so make sure you set the env var to connect to it.

npm start

About

This this the back-end part of my team project in Centennial College. It is a Pet Adoption RESTful API built using Node.js, Express, and Mongo DB..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published