Skip to content

yuqizhu/Pop-Up-Games

 
 

Repository files navigation

Project Name

Pop Up Games:

Find, create, and join pick up games in your local area
(billion dollar idea btw)

Team

  • Product Owner: Peter Gierke
  • Scrum Master: Max Berkowitz
  • Development Team Members: Sophia Lee, Yuqi Zhu

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Have fun with the best project this side of the sun

Requirements

  • Node 8.11.3
  • /config/config.js file containing:
    • exports.SECRET = secret for session
    • exports.DBPASS = the password for the user root for mysql on your computer (blank string for no password)
    • exports.GMAPS_API = api key for googlemaps (Geocoding API and Maps JavaScript API enabled on the key)
  • for heroku:
    • NODE_ENV = 'production'
    • NPM_CONFIG_PRODUCTION = true
    • whatever msql database you want to use (we used ClearDB MySQL :: Database):
      • DATABASE_URL = the url given to you via CLEARDB_DATABASE_URL upon setting up ClearDB or whatever else you use
    • GMAPS_API = your api key
    • SECRET = secret for session

Development

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

Upstream

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%