https://github.com/mohammadshaad/web-verse-devphilic
https://github.com/mohammadshaad/web-verse-devphilic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshaad/web-verse-devphilic
- Owner: mohammadshaad
- Created: 2023-06-23T23:31:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T23:53:20.000Z (about 3 years ago)
- Last Synced: 2025-02-26T14:16:49.461Z (over 1 year ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB-VERSE (TEAM : DEVPHILIC)
## TEAM MEMBERS
Mohammad Shaad - 21BCE1542
Raghav Matta - 21BLC1563
Arnav - 21BCE5119
## Screenshots

## Working Routes
1. **Student Registration**
``` /api/v1/student/auth/register ```
2. **Student Login**
``` /api/v1/student/auth/login ```
3. **Student Information**
``` /api/v1/student/me/ ```
4. **Student Leave (GET)**
``` /api/v1/student/leave/ ```
5. **Student Leave (POST)**
``` /api/v1/student/leave/ ```
6. **Student Leave (PUT)**
``` /api/v1/student/leave/ ```
7. **Student Complaint (GET)**
``` /api/v1/student/complaint/ ```
8. **Student Complaint (POST)**
``` /api/v1/student/complaint/ ```
9. **Student Room Details (GET)**
``` /api/v1/student/room-details/ ```
10. **Student Mess Details (GET)**
``` /api/v1/student/room-details/ ```
11. **Faculty Register**
``` /api/v1/faculty/auth/register ```
12. **Faculty Login**
``` /api/v1/faculty/auth/login ```
13. **Student Event (GET)**
``` /api/v1/student/event/ ```
14. **Student Event (POST)**
``` /api/v1/student/event/ ```