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

https://github.com/kirqe/puuci

Issue Tracker sinatra sample app
https://github.com/kirqe/puuci

ruby sinatra

Last synced: 3 months ago
JSON representation

Issue Tracker sinatra sample app

Awesome Lists containing this project

README

        

# Issue Tracker MVP built with Sinatra

![](./demo.png)

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](https://github.com/sj26/mailcatcher):

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

And [foreman](https://github.com/ddollar/foreman) to run the app

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

Check the `Procfile`