Skip to content

Ibodullaev/spring-boot-simple-RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Simple Rest API with PostgreSQL

This repository teachs you how to write an N Tier enterprise application backed by a Postgres Database. You will also learn important concepts such as Restful API's, Dependency Injection, parsing JSON objects, POST, GET, PUT, and DELETE HTTP Requests and more. I have created a Student application which gives a json response with student's personnal data.

Screen Shot 2022-03-24 at 17 32 13

Topics covered:

  • API layer
  • @GetMapping, @PostMapping, @DeleteMapping, @PutMapping
  • Service layer
  • Data Access layer
  • PostgreSQL database Connection
  • ORM with Hibernate
  • Dependency Injection and @Autowired
  • JPA and @Entity, @Table, @Transient, @Transactional
  • Packaging and Running the application

About

REST API with Get, Post, Put and Delete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages