Skip to content

88hatecore/online-cinema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Authorization \ Registration
  • Custom video player
  • Admin panel
  • Adding \ editing \ deleting data on the client side
  • Implementing an overused backend to implement a mobile application

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