- Deployed at netlify.
- Web application to facilitate the viewing and management of academic records.
- Involves three levels of users i.e., the super admin, the admin and the user.
- Provides a GUI to use the record management API documented here.
- Run
npm installto install all dependancies. - Change the urls in the various form folders in order to allow it to connect to a database (If you do not wish to set up your own backend, refer to the the record management API for setup).
- Run
npm startand the web application will open up.
- Password recovery is not possible. The database will store encrypted passwords (if you use the record management API) and not even the admin can know your passwords. The only way to recover is to delete the account and reset it.
- The web application should be completely functional on mobile devices with proper scaling.
- If as a user you find ways to access tabs, update and config, let me know so that I can find a fix.
- Default passwords and other details can be found in the API readme.


