This project includes login/signup along with token(jwt), video upload, thumbnail generation, video presentation, authentication middlewares, and much more functionalities.
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
Don't forget to Star
and Fork
this project.