This APP helps people origanise upcoming trips.
Clone this repo and cd
into the new directory
Install packages, run migrations and seeds, and start the dev server with npm run dev
Commands might look like this:
npm install
npm run knex migrate:latest
npm run knex seed:run
npm run dev
Visit http://localhost:5173 in your browser
The following routes should accept only authenticated requests
/api/v1/itinerary
/api/v1/suggestions/search?city=Auckland
/api/v1/travelDetail
/api/v1/travelDetail
/api/v1/travelDetail/:detailId
cp .env.example .env
npm run test