/junkiex

The Elixir/Phoenix version from the simple Sinatra APP to check open Pull Requests on your organizations in one place

Primary LanguageElixirGNU General Public License v2.0GPL-2.0

JunkieX Logo Junkiex Build Status

The Elixir/Phoenix version from the simple Sinatra APP to check open Pull Requests on your organizations in one place

Using it

You can use it by accessing my herokuapp version. Please keep it in mind it is running on a free Heroku app, so not so performatic. Have some patience.

Getting your own

You can run it on your machine or sever by follwing this steps:

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more