git clone git@github.com:DennySegura/netflix-app.git
cd netflix-app
npm install
npm run pr # Ejecuta el servidor
npm run start-pr # Ejecuta el servidor + Front
npm run apm-pr # Ejecuta aplicación con PM2
npm run client-dev
npm run dev
npm run start-dev
npm run jest
npm run jest-watch
Endpoint to health check http://{HOST}/api/health this return uptime
/all to fetch all tv shows and save in your mongoDB /shows/:genre get all tv shows from a genre
Drama, Action, Fantasy, Horror, Romance, Crime, Thriller, Mystery, Science-Fiction, Comedy, Family, Music, Adventure, Espionage, Supernatural
Denny Segura © 2018+. Released under the MIT License.