Skip to content
/ todo Public

Application for managing todo list (with authentication). Application written with: Kotlin, Spring Boot 2.1, Spring 5 (Core, MVC, Security), H2 DB, Dart 2.5, AngularDart 5.

Notifications You must be signed in to change notification settings

adrian83/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Application for managing todo list (with authentication). Application written with: Kotlin, Spring Boot 2.1, Spring 5 (Core, MVC, Security), H2 DB, Dart 2.5, AngularDart 5.

Running

Running with docker compose

Prerequisites

  • Docker
  • Docker Compose

Steps

  1. Run docker-compose up
  2. Navigate in browser to localhost:8080

Running locally

Prerequisites

  • Docker
  • Java 8
  • Gradle (version < 6)
  • Dart
  • Webdev

Steps

  1. Start infrastructure (Elasticsearch and Postgres): make deps
  2. Start backend: make be-all
  3. Start frontend: make fe-all
  4. Navigate in browser to localhost:8080

Misc

  1. Backend formated and linted with ktlint
  • Lint: gradle ktlint
  • Format: gradle ktlintFormat

About

Application for managing todo list (with authentication). Application written with: Kotlin, Spring Boot 2.1, Spring 5 (Core, MVC, Security), H2 DB, Dart 2.5, AngularDart 5.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published