Skip to content
forked from AtomicJar/S123

Todo application for demo purposes

License

Notifications You must be signed in to change notification settings

shelajev/todo-app

 
 

Repository files navigation

Demo application: Todo app

  1. Install Testcontainers Desktop app. It is free to try and takes less than 5 minutes!
  2. Configure Testcontainers Desktop to run with Testcontainers Cloud (select the correct menu item)
  3. Clone this repository or download and unzip it.
  4. Run application locally letting Spring Boot and Testcontainers set up a database for it: ./mvnw spring-boot:test-run
  5. Open the application in the browser: link
  6. Look at the beautiful and working TODO application
  7. Optional: Check out the ContainersConfig class to see how elegant the Spring Boot and Testcontainers integration is now.

About

Todo application for demo purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.9%
  • JavaScript 31.1%
  • Dockerfile 12.0%
  • HTML 8.2%
  • CSS 4.5%
  • Shell 0.3%