Skip to content

nda17/Online-cinema-server

Repository files navigation

«Online-cinema-server»

Functional:

  • Processing requests and sending responses to the client side
  • Posting content
  • Interaction with MongoDB database
  • Working with Access / Refresh JWT tokens
  • Generating and sending letters to the user’s email

Used stack:

  • Typescript
  • Nest-js
  • JWT
  • Passport-JWT
  • MongoDb
  • Typegoose
  • UUID
  • Bcryptjs
  • Class-validator
  • Generate-password
  • Rxjs
  • Reflect-metadata
  • Fs-extra

Compiles and minifies for production:

  • yarn build
  • npm run build
  • pnpm build

Getting started online development server:

  • yarn dev
  • npm run dev
  • pnpm dev