Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexoid/kinoman
https://github.com/flexoid/kinoman
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexoid/kinoman
- Owner: flexoid
- Created: 2013-09-23T18:06:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T18:26:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T07:42:49.758Z (3 months ago)
- Language: Ruby
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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