Project Demo Link: Institute Management System
FrontEnd Repository: Institute Management System FrontEnd
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.
Sample Request Body
{
"name":"Kajanan",
"email":"[email protected]",
"password":"1234567",
"role":2,
"phoneNumber":"0762925096",
"address":"Vavuniya",
"profilePic":"img-url"
}
Sample Request Body
{
"email":"[email protected]",
"password":"1234567",
}
Sample Request Body (Update only send updated fields)
{
"name":"Kajanan",
"email":"[email protected]",
"password":"1234567",
"phoneNumber":"0762925096",
"address":"Vavuniya",
"profilePic":"img-url"
}
Sample Request Body
{
"name":"Kajanan",
"age":"[email protected]",
"password":"1234567",
"role":2,
"phoneNumber":"0762925096",
"dob":"03/05/2000"
"nicFront":""
"nicBack":""
"email":""
"subjects":["String"]
"address":"Vavuniya",
"profilePic":"img-url"
"gender":"img-url"
"parentName":"img-url"
"instituteId":"img-url"
"nicNo":"img-url"
"location":"img-url"
}
Sample Request Body (Update only send updated fields)
{
"name":"Kajanan",
"age":"[email protected]",
"phoneNumber":"0762925096",
"address":"Vavuniya",
"profilePic":"img-url"
"gender":"img-url"
"dob":"03/05/2000"
"nicFront":""
"nicBack":""
"email":""
"subjects":["String"]
"parentName":"img-url"
"instituteId":"img-url"
"nicNo":"img-url"
"location":"img-url"
}
Sample Request Body
{
"subject": "Maths",
"studentId": "64aaf99d5220f71ec9650b47",
"marks":"92",
"date": "2023-07-15"
}
Sample Request Body
[
{
"subject": "Maths",
"studentId": "64aaf99d5220f71ec9650b47",
"marks":"92",
"date": "2023-07-15"
},{
"subject": "Maths",
"studentId": "64aaf99d5220f71ec9650b47",
"marks":"92",
"date": "2023-07-15"
},{
"subject": "Maths",
"studentId": "64aaf99d5220f71ec9650b47",
"marks":"92",
"date": "2023-07-15"
}
]
Sample Request Body (Update only send updated fields)
{ "subject": "Maths",
"studentId": "64aaf99d5220f71ec9650b47",
"marks":"92",
"date": "2023-07-15",
nicNo:""
}
Sample Request Body (Update only send updated fields)
{
"method": "Online",
"status": "64aaf99d5220f71ec9650b47",
"feesAmount":"92",
"date": "2023-07-15"
paySlip:""
}
{
"message": "No class createdAt createdAt",
"messageTopic": "Cancel class createdAt createdAt",
"sender":"Chemistry",
}
{
"title": "No class",
"start": "No class",
"end":"2021-07-15",
}
{
"title": "No class",
"start": "No class",
"end":"2021-07-15",
}
{
"topic": "No class",
"date": "No class",
"time":"2021-07-15",
"description":"2021-07-15",
}
Sample Request Body (Update only send updated fields)
{
"topic": "No class",
"date": "No class",
"time":"2021-07-15",
"description":"2021-07-15",
}
Sample Request Body (Update only send updated fields)
{
"course": "No class",
"degreeProgramme": "No class",
"availableUniversities": "No class",
"medium": "No class",
"duration":"2021-07-15",
"description":"2021-07-15",
}
Sample Request Body (Update only send updated fields)
{
"course": "No class",
"degreeProgramme": "No class",
"availableUniversities": "No class",
"medium": "No class",
"duration":"2021-07-15",
"description":"2021-07-15",
}
{
"regNo": "No class",
"name": "No class",
"instituteName":"2021-07-15",
"subject": "2021-07-15"
"marks": "2021-07-15"
}
Sample Request Body (Update only send updated fields)
{
"regNo": "No class",
"name": "No class",
"instituteName":"2021-07-15",
"subject": "2021-07-15"
"marks": "2021-07-15"
}