Skip to content

in this project I'm following along the Rocketseat's mini Java Course and building a TODO List.

License

Notifications You must be signed in to change notification settings

nikiene/java-spring-hibernate-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO List

in this project I'm following along the Rocketseat's mini Java Course and building a TODO List, and making my own changes to it.

What I'm Using on this project:

  • H2 Database Engine
  • Spring Boot Framework
  • Hibernate ORM
  • Docker

You can pull this Docker image using the command below:

docker pull ghcr.io/nikiene/java-spring-hibernate-todo-list:latest

Usage:

[TODO] - Show working endpoints + functionalities.

Once I'm finished with this i will make a React Front-End integration for it.