Skip to content

yekyawaung91/video-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Video Playlist

  • Node JS,Express JS
  • EJS (Template Engine)
  • Body-Parser (Data Passed)
  • Mongoose (Database)

Project Demo

Database Schema

- url:String,
- song:String,
- artist:String,
- description:String,
- date:Date

Change mongoonse connection

- change user and password in (videoController)
- mongoose.connect('mongodb://<user>:<pass>@ds157667.mlab.com:57667/videoplayer',{ useMongoClient: true });

Run Project

- cd /your-project-directory

Run Server

- node app

Call from browser

- localhost:3000

About

Video playlist with node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published