Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 533 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 533 Bytes

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