VideoStreamApp

Full-stack app tutorial with NestJS and React

MIT License

Features

  • NestJS + Mongoose
  • MongoDB
  • React|Vue as frontend

Run Locally

Clone the project

git clone https://github.com/zolotarev/VideoStreamApp.git

Go to the project directory

cd VideoStreamApp

Install dependencies

(cd backend && yarn install) & (cd frontend && yarn install)

Start for development

(cd backend && yarn && yarn dev) & (cd frontend && yarn && yarn dev)

Start for production

(cd frontend && yarn build)
(cd backend && yarn build && yarn start)

License

MIT