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

https://github.com/aristotelesbr/comment_app

boilerplate Sinatra app
https://github.com/aristotelesbr/comment_app

dry-rb sequel sinatra

Last synced: 11 months ago
JSON representation

boilerplate Sinatra app

Awesome Lists containing this project

README

          

# Sinatra App

## To run

In directory

```bash
$ bundle install
```
```bash
$ rake db:create
```
```bash
$ rake db:migrate
```
```bash
$ shotgun config.ru
# Running on PORT => 9393
```
OR

```bash
$ puma -C config/puma.rb
# Running on PORT => 3000
```

Enjoy ☕️