- Create a new trip and invite users
- Add, edit, and assign tasks to trip members
- View an overview of upcoming and past trips and tasks centralized on a user dashboard
- Manage a trip dashboard to centralize one true source of travel information
- Edit trip members and permissions
- Have PostgreSQL v14.6 available locally on port 5432
psql CREATE DATABASE trip-app;
- Clone the repo
git clone [email protected]:team-joan-clarke/trip-app.git
- Install NPM packages
npm install
- Run
npm run start-dev
Seed data is available for use
npm run seed