Video Server using ReactJS and NodeJS

This project includes login/signup along with token(jwt), video upload, thumbnail generation, video presentation, authentication middlewares, and much more functionalities.

How to start using this project?

Install NodeJS, MongoDB, npm, git & your favourite text editor (VScode) in your machine, after that,

$ git clone https://github.com/chirayu-joshi/videoServer
$ cd videoServer
$ cd server
$ sudo service mongod start
$ npm start
$ cd ../client
$ npm start

For tutorial, watch my Youtube Video:

Link

If you found this project helpful,

Don't forget to Star and Fork this project.