Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 629 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 629 Bytes

Java-Web

Portfolio of web based java projects, be sure to check them out below!

  • Initilizing spring boot project with required dependencies
  • Start of testing out a single enpoint
  • Move on to design pattern of creating a modal service and controller
  • Postgresql database integration using spirng-data-jpa depenency
  • Basic REST API where user can be added and retrieved from database, and user can make posts.
  • Leaving out the login/register and security based integration out of this, it would go beyond the basics.