This is a api to get all the latest movies, series,..., that are recently added to Netflix.
To run this project, you will need to add the following environment variables to your .env file
PORT = The port witch you desire to run the project
CONN_STRING= The mongoDB connection string
Run the fallowing command
docker run --name mongo -p 27017:27017 -d mongoClone the project
git clone https://github.com/bruckmann/node-native-apiGo to the project directory
cd node-native-apiInstall dependencies
yarn installStart the server
yarn devTo run tests, run the following command
yarn test- Fix the statusCode on return of reponse
- Split catalog into two types: Catalog and MACTS (MOVIES, ANIMES, COMICS AND TVSERIES)
- Create a Dockerfile and docker-compose file to run all the application inside containers
- Decrease numbers of retry to connect on the databas