Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 727 Bytes

File metadata and controls

26 lines (20 loc) · 727 Bytes

Bonus Workshop - Getting Started to Build Web Server with Java Spring Boot for Node.js Developer

Youtube: https://youtu.be/Z0K3uEbf64M

Github: https://github.com/teckyio/bonus-workdshop-java-spring-boot-for-nodejs-developer

Key Steps

  • design database
    • design erd.txt
    • generate and run migration
    • generate DAO (Entity, Repository)
  • define API
    • design api.txt
    • generate DTO, Controller, Service
    • define fields in DTO
  • implement API (controller, service)
  • try in API client (Insomnia)

Cli Tools