Skip to content

martinvzla/nodejs-server-Flutter-Netflix-App

 
 

Repository files navigation

Netflix App

Requirements

  • Mac OS X, Windows, or Linux
  • Node.js version 9.0+
  • MongoDB latest version

Quick start

git clone git@github.com:DennySegura/netflix-app.git
cd netflix-app
npm install

Deploy

Run server

[Release Mode]

npm run pr # Ejecuta el servidor
npm run start-pr # Ejecuta el servidor + Front
npm run apm-pr # Ejecuta aplicación con PM2

[Development Mode]

  • Para ejecutar de forma independiente el servidor y la aplicación los siguientes comandos en terminales diferentes.
npm run client-dev
npm run dev
  • Para ejecutar de forma agrupada.
npm run start-dev

Tests

npm run jest
npm run jest-watch

Heath check

Endpoint to health check http://{HOST}/api/health this return uptime

Endpoints

/all to fetch all tv shows and save in your mongoDB /shows/:genre get all tv shows from a genre

Genres

Drama, Action, Fantasy, Horror, Romance, Crime, Thriller, Mystery, Science-Fiction, Comedy, Family, Music, Adventure, Espionage, Supernatural

TVMaze Api

http://www.tvmaze.com/api

Thanks

Denny Segura © 2018+. Released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.9%
  • JavaScript 13.1%