Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

TravelMatch - Front-end Capstone

What is TravelMatch?

Especially after a year of being stuck at home, people want to travel. This website is designed to help match your vacation criteria with potential destinations.

TravelMatch will allow users to create a profile, fill out a vacation questionnaire. Once the answers are submitted, it will populate a list of potential vacation destinations. The list of potential destinations will provide basic information, allowing users to compare multiple locations

Wireframe

Screen Shot 2021-04-26 at 9 55 55 AM

ERD

Screen Shot 2021-05-05 at 9 20 46 AM

Setup:

  1. Clone this repository
  2. cd into the directory it creates
  3. In the api directory, open Postman and enter the mock data below.
  4. Run json-server -p 8088 -w database.json from the api directory.
  5. Run npm install from the root directory and wait for all depend