ultraman257 / filmStore

a thing for keeping a list of films and where to get them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileStore Backend

This is the API used to power the film store. To run download, install modules and configuire the enviroment.

Environment Variables:

  • rethinkdb - the hostname or ip for rethinkdb
  • dbName - the name of the table used for rethink
  • TMDB_KEY - API key for themoviedb.org (used to power all the content).

Pastable .env

rethinkdb=
dName=
TMDB_KEY=

About

a thing for keeping a list of films and where to get them.


Languages

Language:JavaScript 91.3%Language:Dockerfile 3.2%Language:Pug 3.2%Language:CSS 1.3%Language:Shell 1.0%