This project is developed by Group-9 for the course Web Services and Back End Development. The project is called Pet Sanctum and it is a pet adoption website. Deployed website Link: https://petsanctum.azurewebsites.net/
- Tejas Ajay Parse - S20200010209
- Tanishq Awasthi - S20200010205
- V Sai Sreekar - S20200010216
- Nitant Kumar - S20200010148
- Jayanth Korra - S20200010101
To run this project in your local machine, you will need the following installed:
- Node.js
- npm
To run the code, follow the steps below:
- Open the terminal in the project folder.
- Navigate to the server directory using the following commands:
cd server npm i npm start
- Open a new terminal in the project folder.
- Navigate to the client directory using the following commands:
cd client npm i npm start
The app will open in your default browser.
Use the following link to access the Swagger documentation of the API once the server starts- http://localhost:4000/api-docs/
https://petsanctumapi.azurewebsites.net/
Repository Links:
https://github.com/TejasParse/pet-sanctum-server https://github.com/TejasParse/pet-sanctum-client