Skip to content

lkaileh/hydra-reactor

 
 

Repository files navigation

Hydra Travel App

The most delightful way to collect and organize plans for your next trip

Table of Contents

  1. Usage

  2. Requirements

  3. Development

    1. Installing Dependencies
    2. Tasks
  4. Team

  5. Contributing

  6. Style Guide

Usage

  1. Create a user account with email and password.
  2. In the trip view, click on the card with the plus icon to add a new trip. Then, click on your trip to enter the activity list for that trip.
  3. In the list view, fill in the form fields and press the 'Add Activity' button to add a new activity. You can also click on any of the list items to delete that activity.
  4. At any time, click on the Hydra Travel banner at the top to return to the trip view.

Requirements

  • Node 0.10.x
  • Mongodb 3.x
  • Mongoose 4.x
  • Express 4.x
  • Path 0.12.x

Development

Installing Dependencies

From within the root directory:

npm install

Ensure you have a local version of MongoDB installed. Run the Mongo daemon and leave it running in the background:

mongod

From the root directory, start the server:

node server/server.js

Roadmap

View the project roadmap here

Team

  • Product Owner: Darin
  • Scrum Master: Emma
  • Development Team Members: Chris, Dimitri, Ryan, Darin and Emma

Contributing

See CONTRIBUTING.md for contribution guidelines.

Style Guide

See STYLE-GUIDE.md for style guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • HTML 24.3%
  • CSS 7.7%