Required software: npm,node,sql workbench, postman,mysql server or wamp
- To install modules: npm install, to run server: node server.js
- Create a local database and modify dbhost,dbname,dbpassword in config.env
- run the sql file inside db folder once. (For admin password, use bcryptjs in node to hash it and change it in sql)
- Change the security code in config.env
- Use postman to login with admin and base_url/api/subject/syllabus
- build react app and past it to backend IMMS folder