Natorus Tour is a tour booking website that is build to book the users to the tours .
- Tour booking: users can book one or more tour
- dynamic tour: tour is loaded from the tours
- location showing: user can see the nearst location of the tour
- secure payment gateway: user can pay the payment with the stripe
- secure login with jwt: user can login and log out with email and password
- Frontend: html/css/js with pug engine/ parcel bundler
- Backend: node.js/express/mongodb
- Clone the Repository:
git clone https://github.com/naol728/natorus cd natorus npm install
npm start