Skip to content

snowyaya/CovidPatientSystem-SpringBootHibernateJPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CovidPatientSystem-SpringBootHibernateJPA

This project allows admin

  • register new Covid patient information to the system
  • delete the patient information from the system
  • patient information is stored in a PostgreSQL database via Hibernate

Structure

--- src
    |---main
    |     |---java
    |     |       |---Application.java
    |     |       |---com.covid.info
    |     |                 |---controller
    |     |                 |        |---HomeController
    |     |                 |        |---PersonController
    |     |                 |---domain
    |     |                 |        |---Person
    |     |                 |---repository
    |     |                 |        |---PersonRepository
    |     |                 |---service
    |     |                          |---PersonService
    |     |                          |---PersonServiceImplementation
    |     |---resources
    |          |---templates
    |                      |---addUser.html
    |                      |---home.html
    |                      |---patients.html
    |                      |---update.html
    |---test
         |---java
               |---PersonServiceUnitTest             

How it works like - Demo

covid-patient-system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published