Skip to content

A spring boot application exposing an API allowing authenticated users to update their todo list

Notifications You must be signed in to change notification settings

otboss/Spring-Boot-Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot TO-DO

A spring boot application that uses MVC and the Hibernate ORM to conect to a Postgres database

Getting Started

  1. Start Postgres database using the command:
    docker-compose up
    [Development Only]: Once the database server has been started it can be connected to using the command:
    psql -h localhost -p 5440 -U admin
    Once prompted for the password enter: admin100%
  2. Start the Spring Boot server using the command:
    mvn spring-boot:run

About

A spring boot application exposing an API allowing authenticated users to update their todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages