Skip to content
/ sinatra_starter Public template

A template project for starting quickly with Sinatra and Sequel.

Notifications You must be signed in to change notification settings

amrrbakry/sinatra_starter

Repository files navigation

sinatra_starter

A template project for starting quickly with Sinatra and Sequel.

What's included

Project Dependencies

Test and Development Dependencies

Docker

To run the project with Docker:

  • Update database config in config/database.yml:
development:
  :adapter: postgres
  :encoding: unicode
  :pool: 5
  :database: sinatra_starter_dev
  :host: db
  :user: postgres
  :password: password
  • build and start the containers:
$ docker-compose up

About

A template project for starting quickly with Sinatra and Sequel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published