pet-shelter-api is a node server appliation which based on ExpressJS and use MongoDB as datastorage. It provides a set of restful apis to let you add new pet and view pets
git clone https://github.com/mervinyan/pet-shelter-api.git
cd pet-shelter-api
npm install
node server.js
Note: Please ensure MongoDB is installed on your local
npm test