Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flexoid/kinoman


https://github.com/flexoid/kinoman

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## Kinoman

Movie Database site

Done as a course project in 2013.

### How to run

Create and run *db* containers:

docker-compose up -d db

Prepare database:

docker-compose run app rake db:create db:migrate db:seed

Run entire app:

docker-compose up -d

Load some real movie data from the TMDB (optional):

docker-compose run app rake load_from_tmdb