Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wmaciejak/roda-sequel-poc
- Owner: wmaciejak
- Created: 2018-07-30T10:37:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T10:08:28.000Z (over 6 years ago)
- Last Synced: 2024-11-07T13:48:41.619Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/