Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

SLIIT Bsc(Hons) Information Technology 2 Year 2 Semester ITP Module [ IT2080 ] MERN Stack Project | "Rapid Travels" | 2023

License

Notifications You must be signed in to change notification settings

Pasindu-Peiris/ITP23_WD_B1_09-ITP-SLIIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITP23_WD_B1_09 ITP | IT2080 | Domestic tours and travel management company | SLIIT

SLIIT Bsc(Hons) Information Technology 2 Year 2 Semester ITP Module [ IT2080 ] MERN Stack Project | "Rapid Travels" | 2023

About System

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.

Team members

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

Run Project

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