online-cinema

Online Cinema

Next JSNestJSReduxTailwindCSSTypeScript

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

  1. Download the repository on the PC
  2. You must have the latest version of node.js installed
  3. Open the project in the development environment and install the required dependencies using the command

npm install

  1. Start the server, first go to the appropriate folder and then start it with the command

npm run start

  1. Start the client, open the second terminal, go to the appropriate folder and run with the command

npm run dev

  1. If you want to build a project, use the command

npm run build