A web application where users can find their next travel destination from other user reviews and general destination characteristics. Users can also post their own reviews of traveling locations and login to view their past posts and make edits.
- Create user reviews on various travel destinations
- View posts made by other users
- Login and register system to enable users to edit and delete posts
- Logged in users can view their past posts in one section
- Clone repository
cd
into "server" foldercd TravelTour/server
- Run
npm install
- Run
npm run start:dev
- Open browser to http://localhost:3001/
For a non-responsive version of the website, visit https://traveltour.vercel.app/