Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.
/ api Public archive

🎞 Back-end (API) of Film Planner written in NodeJS.

License

Notifications You must be signed in to change notification settings

filmplanner/api

Repository files navigation

pathe-server

Build Status Coverage Status Code Climate

Server side of the Pathé Planner application

Build setup

Start server:

# Start server
yarn start

Tests:

# Run tests written in ES6 
yarn test

# Run test along with code coverage
yarn test:coverage

# Run tests on file change
yarn test:watch

# Run tests enforcing code coverage (configured via .istanbul.yml)
yarn test:check-coverage

Lint:

# Lint code with ESLint
yarn lint

# Run lint on any file change
yarn lint:watch

Other gulp tasks:

# Wipe out dist and coverage directory
gulp clean

# Default task: Wipes out dist and coverage directory. Compiles using babel.
gulp

About

🎞 Back-end (API) of Film Planner written in NodeJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published