Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuorig/team-board
Shareable Web White Board
https://github.com/xuorig/team-board
Last synced: about 2 months ago
JSON representation
Shareable Web White Board
- Host: GitHub
- URL: https://github.com/xuorig/team-board
- Owner: xuorig
- License: mit
- Created: 2015-01-08T19:56:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T15:45:33.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:54:50.590Z (8 months ago)
- Language: Ruby
- Homepage: http://teamboardapp.com
- Size: 5.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeamBoard ![Build Status](https://travis-ci.org/xuorig/team-board.svg?branch=master)
## Mini Project Management Tool And Shareable Web Whiteboard### Built With
[Ruby on Rails](http://rubyonrails.org/) — Back end API is a Rails app. It responds to requests RESTfully in JSON.
[AngularJS](https://angularjs.org/) — The front end is an AngularJS app that communicates with the Rails API.
[PostgreSQL](http://www.postgresql.org/) — Our main database is in Postgres.
[Puma](https://github.com/puma/puma) - We use puma to handle concurrency
And a lot of Ruby Gems at [/master/Gemfile](https://github.com/xuorig/team-board/blob/master/Gemfile).
### How to Run
1. Clone Repo
2. Configure google dev console + sendgrid env variables
2. bundle install
3. bundle exec rake bower:install
4. bundle exec puma -C config/puma.rb