kirqe / puuci

Issue Tracker sinatra sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Tracker MVP built with Sinatra

Users can submit projects, issues and comment on issues. Issues and projects can have files(uploads) attached to them. When someone submits an issue a toast notification pops up.

How to run

To view emails install mailcatcher:

gem install mailcatcher
mailcatcher
open http://127.0.0.1:1080/

And foreman to run the app

bundle
yarn
rake db:create db:migrate db:seed
foreman start

Check the Procfile

About

Issue Tracker sinatra sample app


Languages

Language:CSS 66.8%Language:Ruby 12.4%Language:Slim 10.8%Language:JavaScript 8.5%Language:SCSS 1.4%