Skip to content

wilsonhyng/TripPin

 
 

Repository files navigation

TripPin

Remember your trips! Drop a pin where you tripped and select your photos so you can see them later at that pin.

Team

  • Product Owner: Yoshi Oritatsu
  • Scrum Master: Joe Denea
  • Development Team Members: Vy Trinh, Wilson Ng

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Running Server and Accessing Client
  4. Team
  5. Contributing

Usage

Get Google Maps API from https://developers.google.com/maps/documentation/javascript/tutorial and use in views/index.html Third-party cookies need to be enabled.

Requirements

  • Node
  • MongoDB
  • Chrome Browser

Development

Installing Dependencies

From within the trippin directory:

npm install

Running Server and Accessing Client

From within the Trippin directory:

Start MongoDB database - mongod
Start Mongo to check database data - mongo
Start Server - nodemon bin/www

Then point your browser towards localhost:3000

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Drop pins to save your trip memories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • HTML 20.5%
  • CSS 4.5%