An open API service indexing awesome lists of open source software.

https://github.com/mohammadshaad/web-verse-devphilic


https://github.com/mohammadshaad/web-verse-devphilic

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# WEB-VERSE (TEAM : DEVPHILIC)

## TEAM MEMBERS
Mohammad Shaad - 21BCE1542
Raghav Matta - 21BLC1563
Arnav - 21BCE5119

## Screenshots

Screenshot 2023-06-24 at 4 43 30 AM

Screenshot 2023-06-24 at 4 43 44 AM

Screenshot 2023-06-24 at 4 43 57 AM

Screenshot 2023-06-24 at 4 44 06 AM

Screenshot 2023-06-24 at 4 44 13 AM

Screenshot 2023-06-24 at 4 44 27 AM

Screenshot 2023-06-24 at 4 44 36 AM

Screenshot 2023-06-24 at 4 44 49 AM

## 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/ ```