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
- Clone this repository
cd
into the directory it creates- In the
api
directory, open Postman and enter the mock data below. - Run
json-server -p 8088 -w database.json
from theapi
directory. - Run
npm install
from the root directory and wait for all depend