Done in accordance with https://paralect-global.notion.site/c3a7adc40e5d4e0d9d3d3e5462a576bc
Made by me
To start:
1. Install all dependencies
npm i
2. Create .env file with
TMDB_API_KEY=YOUR_KEY
3. Options to run
npm run dev - Creates a development grade application on http://localhost:3001/
npm run build - Run it once to build application for production
npm run start - Starts a production grade application on http://localhost:3001/
npm run lint - Checks code using lint
npm run test - Checks code using premade jest tests