This is the Smart Tourism Guide website made for the WTA project. We've used Node.JS ,express and MySQL for backend and Reactjs for frontend. All the ER Diagrams have been normalised upto 3NF, and a simple User Interface has been implemented.
- Login
- Search for Destination
- Search for Hotels
- Book the ticket for both hotel and tour
- Payment module
- Fill and edit personal details
- Hotel and tour booking
- Receive invoice(Still to be implemented)
- Change of password
- Login
- Update information for member
- Update information for admin
- Update city and destinations
- Can check All data of complete site
- Change of Password
The website is built using Node.JS and React.JS so make sure you have Node.JS and npm installed already.
$ node server.js
The app will run on http://127.0.0.1:3000/ and will display the homepage.
$ git clone https://github.com/Akbhobhiya/Travel-Guide-WebApplication.git
$ cd Travel-Guide-WebApplication
$ npm install
- Wish to Contributing
- Please feel free to send a pull request or create an issue if you find any.