- Movies list
- Movie detail
- Movie genres list
- Movie genre detail
- Node.js
- Express.js
- TypeScript
- MongoDB
- Movies: http://localhost:8080/movies
- Genres: http://localhost:8080/genres
In the project directory, you can run:
Runs the app in the development mode in Docker container.
Open http://localhost:8080 to view it in the browser.
Build and runs the app in the production mode in Docker container.
Open http://localhost:8080 to view it in the browser.
Recommend version of Node.js: v18 (LTS).
In the project directory, you can run:
Runs the app.
Open http://localhost:8080 to view it in the browser.
The app will reload if you make edits.
You will also see any lint errors in the console.
Runs code quality test with ESLint check.
Runs code quality test with ESLint check + autofix issues.