Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 806 Bytes

TravelTour

Overview

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.

Features

  • 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

Development

  1. Clone repository
  2. cd into "server" folder
    1. cd TravelTour/server
  3. Run npm install
  4. Run npm run start:dev
  5. Open browser to http://localhost:3001/

Demo

For a non-responsive version of the website, visit https://traveltour.vercel.app/