Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

dmitryrck/books_app

Repository files navigation

Dependencies

This software uses:

  • Ruby;
  • SQLite or PostgreSQL (production);
  • Redis (production);

Up and Running

git clone https://github.com/dmitryrck/books_app.git
cd books_app
bundle install
cp config/database.yml.sample config/database.yml
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rails server

Open http://localhost:3000.

Maintener

Dmitry Rocha @dmitryrck at github, and @dmitryrck at twitter.

See Contributors to know everyone that contributed :)

Contributing

We appreciate any contribution. Check out CONTRIBUTING.md for more information.

License

MIT.