Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

yenbekbay/filmstrip-api

Repository files navigation

Filmstrip API

Dependency Status devDependency Status Commitizen Friendly

The backend for Filmstrip. Built with movie-api, GraphQL-tools, GraphQL-server, MongoDB, and Agenda.

Running the server

  1. Install node/npm/yarn. The app has been tested with node 6.9.1.

  2. Clone and install dependencies:

$ git clone https://github.com/yenbekbay/filmstrip-api.git
$ cd filmstrip-api
$ yarn # npm install
  1. Start a local MongoDB server. For macOS, you can use mongoDB.app.

  2. Add environment variables: cp .env.example .env and edit with your values.

  3. Get some data

$ yarn run-job # npm run run-job
# Select `saveNewMovies`
  1. Run the server
$ yarn start # npm start

Open http://localhost:8080/graphiql and try some queries.

License

GNU GPLv3 License © Ayan Yenbekbay

About

The backend for Filmstrip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published