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
- Host: GitHub
- URL: https://github.com/williscool/passport-api
- Owner: williscool
- Created: 2014-08-30T06:17:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T06:39:17.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:07:19.793Z (about 2 years ago)
- Language: Ruby
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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