Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wmaciejak/roda-sequel-poc

Prototype of application based on RODA and Sequel.
https://github.com/wmaciejak/roda-sequel-poc

Last synced: 11 days ago
JSON representation

Prototype of application based on RODA and Sequel.

Awesome Lists containing this project

README

        

### Setup
Install dependencies:
```
bundle install
```

Prepare Database
```
rake dev_up
```

Run sidekiq:
```
bundle exec sidekiq -r ./app.rb -c 10
```

Run server:
```
puma
```

Load tests - https://gatling.io/