An open API service indexing awesome lists of open source software.

https://github.com/williscool/passport-api

Api for passport client
https://github.com/williscool/passport-api

Last synced: about 2 months ago
JSON representation

Api for passport client

Awesome Lists containing this project

README

        

## Running the scheduling api

Requirements:
* postgresql 9.2+
* ruby 1.9.3+

Super simple just

* bundle install
* bundle exec rake db:create db:schema:load
* bundle exec rails s
* visit http://localhost:3000