It is a web app basically designed to use CRUD operation
Steps to have the app running on your local server
- Fork and clone the repository.
- Open Terminal in the cloned directory.
- hit npm init
- Now change your username and password in connect.db module.
- Now you can run the Teacher portal on your machine.
- After completing the above steps, run npm start in the terminal.
- After that write localhost:5000 on the browser and you are good to go to use app.