/TodoApp

A simple TodoApp for learning.

Primary LanguageJava

Build Status codecov

ToDo-App 📚✔️

A simple Application to learn more about Test-Driven Development and Frontend-Frameworks (vue.js).

Checklist

There are a few things I want to achieve with this project:

  • Have a working Backend with Spring Boot ✔️
  • Display data from the Backend in a up-to-date-Frontend (vuejs) ✔️
  • Display it in a nice way ;) ✔️
  • Build a working Todo-App! 💎 ✔️ YEAH
  • Implement a CI-Pipeline with Travis-CI ✔️
  • Deploy App to Heroku or some other server
  • Check out Testcontainer and bring up some integration-test
  • Use Spring Security for adding Users to the system
  • Store Todos in a persistent Database like PostgreSQL

Resources

As a main learning source I am using the great example-project spring-boot-vuejs from Jonas Hecht.