youtube-clone-nodejs-api icon indicating copy to clipboard operation
youtube-clone-nodejs-api copied to clipboard

VueTube is a YouTube clone built with nodejs, expressjs & mongodb. This is the RESTful API repository.

Results 5 youtube-clone-nodejs-api issues
Sort by recently updated
recently updated
newest added

There is an error on the User model. In the subscribers virtual populate ``` userSchema.virtual('subscribers', { ref: 'Subscription', localField: '_id', foreignField: 'channelId', justOne: false, count: true, match: { subscriberId: this._id...

I added node_modules folder path to .gitignore file

![image](https://user-images.githubusercontent.com/73178780/190840969-d55ce350-4c83-4285-8909-68c019c97de2.png) probably we need to host this site on other platforms like netlify... as there was news of heroku going paid. or there may be some build error.

Says "node run dev", but should be "npm run dev"

Fixed the issue for the command to start the web server and replaced it with the correct command