Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.96 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.96 KB

Glint

Where programmers meet ideas

  • Use glint
  • View the glint project website here
  • View our annotated source code here

Team

  • Product Owner: Garrett Cox
  • Scrum Master: Mark Macdonald
  • Project Manager: Chris Rinaldi

Table of Contents

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

Usage

Glint is an app that you can use to find and share ideas. Submit your idea, and an optional description, and see it appear in the list of ideas. Search through the list of ideas submitted by all users to find new projects to work on. You can also upvote and downvote ideas using the voting buttons. Whether you're looking for a great idea, or have a great idea to share, glint is the app for you!

Requirements

  • Node 0.12.0
  • Express 4.0.0
  • MongoDB 1.4.34
  • Mongoose 3.8.24

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Tasks

From within the root directory:

grunt (task)

grunt tasks:

  • grunt deploy - runs test, build, and upload. Is run with a --prod flag for production deployment by Azure
  • grunt test - runs unit tests on the frontend and backend
  • grunt build - concats and minifies source code files
  • grunt upload - runs the server either locally or in production based on flags used on the grunt deploy task
  • grunt annotate - creates annotated source code with docco in docs/ folder, for both client and server .js files.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.