/HyperTube

A Netflix clone app

Primary LanguageTypeScript

HyperTube

All Contributors

A Netflix clone app with NextJS and MongoDB.

Documentation

Main commands

Install neccessary dependencies

npm install

Start dev mode

npm run dev

Then open http://localhost:3000 with your browser to see the result.

Build the app

npm run build

An optimized production build will be produced.

Then you can serve the app with:

npm run start

Unit Test

npm run test

This will run all the tests in the tests/ directory.

Code Coverage

npm run coverage

This will run all the tests and display the percent of code that the tests covers.

MongoDB

npm run mongo

This will run a docker instance with mongo.

You can clean this instance with:

npm run clean

Contributors ✨

Thanks goes to these wonderful people (emoji key):


jergauth

💻

caro-rokah

🎨

Zeid Tisnes

💻

0auBSQ

💻

This project follows the all-contributors specification. Contributions of any kind welcome!