This is Tourism Management website. This Website users can see Popular Spots Location Price and many More. Users can Add / update / Delete his own Spot. Spot Add Update and Delete is not Possible Without Login. Users can see all Popular Spots in Southeast Asia Zone.
- User can Add Spot Update own Spot and Delete own Spot
- User Can See Country Related Spot List
- User Can sort by Spot Pricing
Click here for the API: https://tourism-server-one.vercel.app/spot Click here for the Live Site: https://tourism-2d1ca.web.app
- Node JS
- Express JS
- MongoDB
- At First Clone This Repo
- Open This Project on Your Favourite Code Editor and Run This Command on the Vs Code terminal
//comment following commands
npm install
- Setup env Variable for MongoDB
//comment following commands
DB_USER;
DB_PASS;
- Run This Project following on this command
//comment following commands
npm start
Or
//comment following commands
nodemon index.js