Skip to content

IndraniBhattacharya/Cpillar-videoBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Cpillar-videoBlog

Frontend folder has the react code [ src -> views -> CollabComunicate -> VideoBlog ]

Backend folder has springboot backend code . It has two different springboot apps running on different ports (springbootDemo => port : 9090 ; file-io => port : 8087)

videos are stored inside the folder UPLD [ backend -> fileIO -> UPLD ]

For database connectivity -> database name : fileIO . table name : FileDetails . table creation : create table FileDetails (ID int NOT NULL AUTO_INCREMENT ,category varchar(255),filePath varchar(255),title varchar(255),primary key (ID));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published