Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyakatz/hireme
App for hiring
https://github.com/ilyakatz/hireme
Last synced: about 2 months ago
JSON representation
App for hiring
- Host: GitHub
- URL: https://github.com/ilyakatz/hireme
- Owner: ilyakatz
- License: mit
- Created: 2014-01-27T16:48:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T21:28:05.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T15:32:00.921Z (3 months ago)
- Language: Ruby
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
![](app/assets/images/handshake.png?raw=true)
# Set up your own hiring API
If you think that hiring through an email is no fun, let others know that they can hire you through an API:
* Update `config/initializers/apipe.rb`
* Download dependencies`bundle install`
* Migrate database
`rake db:create db:migrate`
* Configure environmental variables
1. `cp config/application.examples.yml config/application.yml`
1. Update `config/application.yml` as per comments in the file
* Run tests, 'cause that's what developers do
`rspec spec`
* Start it up
* Using forman
`gem install forman`
`forman start`
Access documentation at [http://localhost:5000/doc/api/v1](http://localhost:5000/doc/api/v1)
* Out of the box
`rails server`
Access documentation at [http://localhost:3000/doc/api/v1](http://localhost:3000/doc/api/v1)
## Generate example API calls
`APIPIE_RECORD=examples rspec spec`
## Demo
[http://katzmopolitan.herokuapp.com/doc/api/v1](http://katzmopolitan.herokuapp.com/doc/api/v1)
Feel free to use to send me offers
# Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests.
* Commit
* Send a pull request.# Copyright
Copyright (c) 2014 Ilya Katz
See MIT-LICENSE for details.