SLIIT Bsc(Hons) Information Technology 2 Year 2 Semester ITP Module [ IT2080 ] MERN Stack Project | "Rapid Travels" | 2023
Rapid Travels is a domestic tours and travel management company which provides domestic tours and travel services within Sri Lanka. The system is an integrated management system which combines multiple management systems namely rental management system, flight management system, boat tours reservation system and finally bus reservation system.
Name | Function |
---|---|
Kaluarachchi D.N.N.W | Booking and Reservation |
Fernando P.S.R | Tours and Route Planning |
Ihalagamage P.P.P | Client Management |
Theekshana M.A.N | Finance Management |
Saldin M Z | Vehicle Management |
THIRANJAYA M P N N | Staff Management |
Senanayake S A T D | Vehicle Owner Management |
Bandaranayake U.A.B.W.M.R.K | Driver Management |
1 | Run Frontend | Open New Terminal
File directory> cd .\frontend\
This step is only required for launching the project for the first time after cloning,
in next time you can use skip this step
File directory\frontend> npm install react-scripts --save-dev
File directory\frontend> npm start
2 | Run Backend | Open New Terminal
File directory> cd .\BACKEND\
File directory\BACKEND> npm start
3 | Run the code if any error is given
File directory> cd .\BACKEND\
File directory\BACKEND> npm update
File directory> cd .\frontend\
File directory\frontend> npm update
Open http://localhost:3000 to view it in your browser.
Client and Admin Login
Assignments & Required Files>Admin & Client Login.txt