itsNikolay / sinatra-boilerplate

Sinatra Boilerplate Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra Boilerplate App

Setup App

bin/setup
# or
cp .env.example .env

Run tests

bin/rake
# or
docker-compose exec app bin/rake

Run server

bin/rake s

Create Migration

bin/rake db:create_migration NAME=create_users
bin/rake db:migrate
# or
docker-compose exec app bin/rake db:migrate

Run Docker

bin/docker_cmd

License

The MIT License (MIT)

About

Sinatra Boilerplate Application


Languages

Language:Ruby 93.6%Language:Dockerfile 3.8%Language:Shell 1.8%Language:HTML 0.8%