https://github.com/zetavg/colorgytodo01
A simple Rails app to demonstrate the Colorgy OAuth SSO API.
https://github.com/zetavg/colorgytodo01
Last synced: 2 months ago
JSON representation
A simple Rails app to demonstrate the Colorgy OAuth SSO API.
- Host: GitHub
- URL: https://github.com/zetavg/colorgytodo01
- Owner: zetavg
- Created: 2015-05-04T15:27:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T16:06:42.000Z (about 10 years ago)
- Last Synced: 2025-04-01T22:59:54.348Z (3 months ago)
- Language: Ruby
- Homepage: https://github.com/colorgy/omniauth-colorgy-oauth2
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colorgy Todo
A simple Rails app to demonstrate the Colorgy OAuth SSO API.
## Development Setup
To get started run:
git clone https://github.com/Neson/ColorgyTodo01.git
cd ColorgyTodo01
bin/setupAfter filling up the environment variables in `.env`, start the development server
rails s
and open `http://localhost:3000`.
## Deploy to Heroku
[](https://heroku.com/deploy)