This Project is an improved Travel service, have information about hotels and transports for desired destination and have services like trip booking, hotel booking, driver hiring, transports (bus, car, bike etc.) ticket booking with payment policy based on travelers choice. It can handle all details about travel and travel related content.It is also fully website and it can perform well in large screen as well as small screen.
Middleware , payment gateway and also some other framework is used to build this project.
project_video.mp4
This project is tested using methodology.
1.⬇️Download or clone this repository.
3.🕵️♂️Go to backend directory and install the required modules using npm install
then run the server using npm start
.
4.🕵️♂️Now go to client directory do the same thing as done in backend.
NOTE: For running this project you need to create a file in backend directory, which contains five variables DB(mongodb database url), JWTPRIVATEKEY, SALT, PUBLISH_KEY(from stripe), SECRATE_KEY(from stripe)
.
🔥Now you are ready to run the project.🔥