Transport management system providing efficient and convenient solutions for day-scholars of a university.
HOW TO RUN THE CODE PROVIDED
- Install NodeJs, Express, EJS, BOOTSTRAP, Nodemon and all related extensions.
- Run the DDL and dummy data provided on a mySQL workbench and name the Database as ‘transport’ in root.
- Open the EasyCoach folder in VS Code.
- In app.js, navigate to the MySQL connection point and change the password to the one you’ve kept on your mySQL workbench. Do the same in the middleware.js file as well.
- Once that is done, click on New Terminal
- Inside the terminal, type ‘nodemon app.js’
- Go to any web browser and paste: http://localhost:3000
- Login with credentials ‘abubakarjaved599@gmail.com’ with password ‘admin123’ and role as ‘Administrator’.