/jot

JOT (Just One Tab) is an open source project to aggregate all your disaggregated work items (i.e. JIRA tickets, GitHub Issues, etc.) together in one data source and one presentation.

Primary LanguageRubyMIT LicenseMIT

JOT (Just One Tab)

JOT is an open source project to aggregate all your disaggregated work items (i.e. JIRA tickets, GitHub Issues, etc.) together in one data source and one presentation.

Dependencies

Installation and Usage

JOT can be used as a standalone application running on your own local environment. You need to provide your API credentials in a .env file in the root folder of the project. There is a sample .env file that you can rename to .env and input your credentials into. As a reminder please do not commit your sensitive API credentials to version control.

Once you can cloned JOT and created your .env file, you can run bundle install from the command line to install the application's dependencies defined in the Gemfile and then run rake db:migrate to set up the database as defined in the schema.

To start the server you execute rails s from inside the project on the command line, and then navigate to http://localhost:3000 in your web browser.

Contributing

We ❤️ contributions from everyone! Bug reports, bug fixes and feedback is always appreciated. Look at the Contributor Guidelines for more information.

License

This project is under the MIT LICENSE.