youtube-clone-nodejs-api
youtube-clone-nodejs-api copied to clipboard
VueTube is a YouTube clone built with nodejs, expressjs & mongodb. This is the RESTful API repository.
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
 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