Skip to content

Northern-Moose/nite-out

 
 

Repository files navigation

Nite-Out

Tired of using multiple sites to plan your night? Nite-Out is your one-stop-shop for people looking to spend a night out on the town.

Team

  • Product Owner: Jimmy Jea (jimjea)
  • Scrum Master: Jarrod Ruhland (jangahroo)
  • Development Team Members: Issaq Al-Ahmed (iAl-Ahmed), Kim Marquardt (robotBones)

Table of Contents

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

Usage

Go to the site, pick a primary event, then pick a secondary event based on the primary event's schedule (time, length, etc.)

Requirements

  • Angular
  • Mongo (tbd)
  • Google API
  • Open Table API
  • Fandango API
  • Yelp API

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install
brew install mysql
mysql.server start
mysqladmin -u root create nite-out
gulp

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • CSS 17.7%