Skip to content

Restful APIs for adding new pet and view list of pets

License

Notifications You must be signed in to change notification settings

mervinyan/pet-shelter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pet-shelter-api

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

Clone pet-shelter-api project to your local

git clone https://github.com/mervinyan/pet-shelter-api.git

Run the application on your local

cd pet-shelter-api
npm install
node server.js

Note: Please ensure MongoDB is installed on your local

Run tests

npm test

About

Restful APIs for adding new pet and view list of pets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published