-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final commit - removed unnecessary files, added README
- Loading branch information
1 parent
cdcfc08
commit f71362c
Showing
13 changed files
with
70 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# CS353 Term Project - Fall 2023 | ||
|
||
## Petlink (Pet Adoption and Care System) | ||
|
||
### Group 3 Members | ||
|
||
- Ahmet Alperen Yılmazyıldız - 22002712 | ||
- Zeynep Doğa Dellal - 22002572 | ||
- Borga Haktan Bilen - 22002733 | ||
- Kardelen Ceren - 22003017 | ||
- Yusuf Şenyüz - 21903105 | ||
|
||
## Functionalities | ||
|
||
- **Common Features:** | ||
|
||
- All user types (Adopters, Administrators, Veterinarians, Shelters) can register, log in, and recover passwords via verification codes. | ||
|
||
- **Adopters:** | ||
|
||
- Search and filter adoptable pets | ||
- Create adoption applications | ||
- Schedule meet and greet sessions with unadopted pets | ||
- Add their own pets | ||
- Search and filter for veterinarians | ||
- Book veterinarian appointments for their pets | ||
- Engage in forums by writing posts and replies | ||
- View various pet care information | ||
- Access their pets' medical records | ||
- Top-up account balance | ||
|
||
- **Administrators:** | ||
|
||
- Search and filter for all pets added by shelters | ||
- Manage unadopted pets' listings and | ||
- View and approve or decline adoption applications | ||
- View system reports | ||
- Create pet care information posts | ||
- Participate in forums | ||
|
||
- **Veterinarians:** | ||
|
||
- Manage appointments (approve, decline, reschedule) | ||
- Log medical records | ||
- Participate in the forum. Their replies are highlighted as an expert answer | ||
|
||
- **Shelters:** | ||
- List pets for adoption | ||
- Search and filter for the pets in their shelter | ||
- Manage their pet listings | ||
- Participate in forums | ||
|
||
## Execution Instructions | ||
|
||
**Backend Setup:** | ||
|
||
```bash | ||
cd backend | ||
docker-compose up | ||
``` | ||
|
||
**Frontend Setup:** | ||
|
||
```bash | ||
cd frontend | ||
npm install | ||
npm run start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 0 additions & 102 deletions
102
frontend/src/pages/administrator/AdminApproveRegistration/AdminApproveRegistration.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.