npm install
Before running the service, make sure you have a working shelter management database. If you don't have one, you can use import shelter_management.sql
to your database management system.
npm run start
After starting the service, try to hit http://localhost:3000
. If you get the response below, you are good to go!
{
"status": 200,
"data": "Hello! You are currently connected to Shelter Management RESTful API Service"
}
To see the list of services you can use from this API Web Service, please check out our documentation.
Note: If the hyperlink doesn't work, you can open it at https://documenter.getpostman.com/view/6370911/SzKYNGNb