Skip to content

Ernesto002/sinatra-application

Repository files navigation

Sinatra Application

This is a Sinatra based TV show review app that includes all CRUD features with the following relationships: sinatra_flow

Installation

Clone this repository and install all necessary gems

$ git clone git@github.com:Ernesto002/sinatra-application.git
$ bundle install

Migrate & Seed Database:

$ rake db:migrate
$ rake db:seed

Execution

After installation run:

$ rake db:migrate SINATRA_ENV=test

to migrate the testing database

To launch server run:

$ shotgun

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Ernesto002/sinatra-application. This project is intended to be a safe, welcoming space for collaboration, and contributers are expected to adhere to the Code of Conduct.

License

This code is available for the general public under this LICENSE.

About

Sinatra TV show review application

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published