https://github.com/benbjohnson/cine
A movie search application.
https://github.com/benbjohnson/cine
Last synced: 10 months ago
JSON representation
A movie search application.
- Host: GitHub
- URL: https://github.com/benbjohnson/cine
- Owner: benbjohnson
- License: mit
- Created: 2015-05-12T13:38:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T15:09:25.000Z (over 10 years ago)
- Last Synced: 2025-03-15T23:56:14.191Z (10 months ago)
- Language: Go
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cine 
====
> This application is a work-in-progress.
Cine is an application for combing movie actor data with social network data
so that users can find actors by social influence.
## Getting Started
To run Cine, simply `go get` the application:
```sh
$ go get github.com/benbjohnson/cine/...
```
Then run `cine import` to get the latest data.
```
$ cine import
```
Once the import is complete, run `cine server`:
```
$ cine server
Cine listening on http://localhost:7000
```