Mathilda Management is the technical assessment given to me by mathilda®.
=> Here is the Mathilda Management backend repository
Client
- Teachers and students are identified by their email addresses and remember them after login in cookies by using jwt.
- Each teacher can teach multiple subjects across multiple classes.
- A class can consists of 2 types of students, internal and external.
- External students’ details are retrieved from an external system.
- The external system will only update external student details at 12:00 am daily.
To get a local copy up and running, follow these steps.
In order to run this project you need:
NEXT.js
Code editor (VSCode)
Clone this repository to your desired folder:
git clone https://github.com/K0ppai/mathilda-management-frontend
Install this project with:
cd mathilda-management-frontend
npm install
To run the project, execute the following command:
npm run dev
👤 Paing Soe Thu
- Implement delete features
- Add form validations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, don't forget to give it a ⭐️. 😉
I would like to thank mathilda® for this amazing opportunity.
This project is MIT licensed.