https://github.com/achasveachas/app-tracker
A Rails API for a Job Applications tracking app
https://github.com/achasveachas/app-tracker
rails rails-api rails5
Last synced: 9 months ago
JSON representation
A Rails API for a Job Applications tracking app
- Host: GitHub
- URL: https://github.com/achasveachas/app-tracker
- Owner: achasveachas
- Created: 2017-04-25T01:24:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T01:21:04.000Z (about 3 years ago)
- Last Synced: 2025-04-02T10:43:31.716Z (about 1 year ago)
- Topics: rails, rails-api, rails5
- Language: Ruby
- Homepage: https://app-tracker-react.herokuapp.com/
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## App Tracker API
### Overview
This is an API for a job tracking application I created (can be found [here](https://app-tracker-react.herokuapp.com/), GitHub repo can be found [here](https://github.com/achasveachas/app-tracker-react)), where job applicants can keep track of the different applications they've submitted, and the various actions they've taken in regards to said applications (e-mails, communications, meetings, interviews, etc.)
### Technical Specs
The API was built using Rails V. 5.0.2
It uses a PostgreSQL database.
The test suite was built using [RSpec](http://rspec.info/about/).
### Usage
This root API endpoint can be found at https://app-tracker-api.herokuapp.com/api/v1/
Detailed instructionscan be found in the documentation:
* [Documentation](doc/documentation.md)
### Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/achasveachas/app-tracker or by email to [projects@yechiel.me](mailto:projects@yechiel.me). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
### License
The app is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
### Contact
Yechiel Kalmenson can be contacted by email at [contact@yechiel.me](mailto:contact@yechiel.me), or through his website [Yechiel.me](http://yechiel.me). Links to his social media can be found on the site as well.