Skip to content

team-joan-clarke/trip-app

 
 

Repository files navigation

Trippn

A task management tool for planning trip and travel.

View LiveDemo User Experience


Made with JavaScript Made with Bootstrap Made with React Made with Redux Made with Node.js Made with Express Made with SequelizeL Made with PostgresSQL

Features

  • 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

Getting Started

Installation

  1. Have PostgreSQL v14.6 available locally on port 5432
    psql
    CREATE DATABASE trip-app;
  2. Clone the repo
    git clone git@github.com:team-joan-clarke/trip-app.git
  3. Install NPM packages
    npm install
  4. Run
    npm run start-dev

Seed Data

Seed data is available for use

npm run seed

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • CSS 1.6%
  • HTML 0.3%