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.
- Docker
- Docker Compose
- Run
docker-compose up
- Navigate in browser to
localhost:8080
- Docker
- Java 8
- Gradle (version < 6)
- Dart
- Webdev
- Start infrastructure (Elasticsearch and Postgres):
make deps
- Start backend:
make be-all
- Start frontend:
make fe-all
- Navigate in browser to
localhost:8080
- Backend formated and linted with ktlint
- Lint:
gradle ktlint
- Format:
gradle ktlintFormat