Skip to content

krzysztoffff/IdCardProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdCardProject

Spring MVC with JPA Hibernate project.

Installation instructions:

In MySQL create manually databyse which correspondences with src/main/resources/META-INF/persistence.xml

Edit DocumentsController.java to change project folder path to your path e.g.
private static String UPLOADED_FOLDER = "//usr//home//krzysztoffff//tomcat//webapps//IdCardProject//resources//images//";



Functionality:

  • Create citizens databyse with CRUD.
  • Every operations on citizens are registered in citizen history with date and action name.
  • User can create a new ID document assigned to citizen with picture and some additional data.
  • Number of documents with picters are unlimited. Names of pictures files were granted unique.

Future functionality:

  • Acces with login and password encrypted by jbcrypt
  • Refactor project to Spring security.
  • Some additional functionalities wchich i don't know yet

Releases

No releases published

Packages

No packages published