youtube clone using java + spring boot Part-1

youtube clone using java + spring boot Part-1

In this blog about YouTube Clone part1.?

creating mysql tables for this application

  1. users,
  2. Videos,
  3. likes
  4. comments,

Now we will create basic structure for our application like below

  1. model
  2. controller
  3. services
  4. Repository


ScreenShot of the project



GIT URL:

https://github.com/programmerpraveenkumar/youtube_clone


Youtube:



Pramod Yadav

Attended Bharath University

8 个月

Thanks for sharing

要查看或添加评论,请登录

Sri Praveen的更多文章

  • Create & Verify JWT in nodejs

    Create & Verify JWT in nodejs

    #nodejs #jwt In this article we are going to see how to generate the token in NodeJs. Json web token(JWT) is used for…

  • Send Email in NodeJs

    Send Email in NodeJs

    In this article we are going to see how to send an email from node JS application. In server side application sending…

  • Template Engine in nodejs & Expressjs(part -1)

    Template Engine in nodejs & Expressjs(part -1)

    Hi in this article we are going to see how to render html in express.let see the steps .

  • How to connect node & mysql with Sequelize ORM.

    How to connect node & mysql with Sequelize ORM.

    Most of the modern applications will prefer to use any one ORM framework (Object Relational mapping) to connect the…

  • How to read excel in nodejs and insert into mysql

    How to read excel in nodejs and insert into mysql

    In this article we are going to see how to read the excel in NodeJS and insert the data into mysql. So we need to…

  • Node with mysql

    Node with mysql

    Hi in this article we are going to see how to connect Node app with mysql.let read further.

  • MVCS architecture in node & express

    MVCS architecture in node & express

    Model view controller Service Model To define the ORM.View Represents how the data will show in the page Controller…

  • 12 points to become javascript developer.

    12 points to become javascript developer.

    Variable declarations(var let const) Condition,loops Arrays & objects Set & MAP Arrow functions Async and await Rest…

社区洞察

其他会员也浏览了