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

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

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.