AsisRout / Travellite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travellite

This is the Tourism Guide website made for the WTA project. We've used Node.JS ,express and MySQL for backend and html,css and js for frontend. All the ER Diagrams have been normalised upto 3NF, and a simple User Interface has been implemented.

Functional Components of the Customer

  • Login
  • Search for Destination
  • Book hotel and tour
  • Fill and edit personal details
  • Hotel booking
  • Card Payment implemented using Stripe API

Functional Components for Admin

  • Login
  • Update information for member
  • Update information for admin
  • Update city and destinations
  • Can check All data of complete site

How to setup the project

The website is built using Node.JS and React.JS so make sure you have Node.JS and npm installed already.

Run the app

$ node server.js

The app will run on http://127.0.0.1:3000/ and will display the homepage.

Setup locally for development

Clone the project
$ git clone https://github.com/Akbhobhiya/Travel-Guide-WebApplication.git
$ cd Travel-Guide-WebApplication
Install project dependencies
$ npm install 

Contributer


  • Wish to Contributing
  • Please feel free to send a pull request or create an issue if you find any.

About

License:MIT License


Languages

Language:JavaScript 78.6%Language:CSS 20.7%Language:HTML 0.6%Language:EJS 0.2%