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
- Host: GitHub
- URL: https://github.com/aristotelesbr/comment_app
- Owner: aristotelesbr
- Created: 2021-11-19T14:20:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T14:21:03.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:28:21.816Z (over 1 year ago)
- Topics: dry-rb, sequel, sinatra
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ☕️