Skip to content
/ todoist Public

A simple Spring Boot Todo app with an Angular frontend

Notifications You must be signed in to change notification settings

saigyo/todoist

Repository files navigation

todoist

A simple Todo App with a Spring Boot backend and an Angular frontend. The backend exposes its persistent models through a JSON:API resource from a Spring Data repository backed by an in-memory H2 database.

Build

./gradlew clean build

Run

./gradlew :todoist-service:bootRun

Then open http://localhost:8080

Frontend

See also todoist-app/README

Tech Stack

  • Gradle 6
  • Kotlin 1.4
  • Spring Boot 2.4
  • H2 in-memory database
  • Node v14
  • NPM 6
  • Angular 10
  • Bootstrap

About

A simple Spring Boot Todo app with an Angular frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published