Skip to content
/ glint Public
forked from HarmoniousWombat/glint

Glint is a database of ideas for developers. Share ideas and get feedback. Find the next big idea!

Notifications You must be signed in to change notification settings

mosse/glint

 
 

Repository files navigation

Glint

Where programmers meet ideas

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

Team

  • Product Owner: David Rabkin
  • Scrum Master: Anneke Floor
  • Project Manager: Kalev Roomann-Kurrik
  • Development Team Members: Michael Hari

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.

About

Glint is a database of ideas for developers. Share ideas and get feedback. Find the next big idea!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • HTML 13.5%
  • CSS 9.7%
  • Shell 6.3%