Online Cinema





About project
This is a project created using the next-react-app. It’s an app for watching movies.
Main stack: next.js, nest.js, typescript
Additional technologies: axios, tailwind
Implemented functionality
Project launch
Authorization data: admin@example.com adminadmin
- Download the repository on the PC
- You must have the latest version of node.js installed
- Open the project in the development environment and install the required dependencies using the command
npm install
- Start the server, first go to the appropriate folder and then start it with the command
npm run start
- Start the client, open the second terminal, go to the appropriate folder and run with the command
npm run dev
- If you want to build a project, use the command
npm run build