This is a simple application built to evalue micronaut. Aadarsha translated to "ideal" in english. This app will prove out the following capabilities of micronaut as a framework and as a good alternative to Spring boot.
- Web server - DONE
- Dependency injection - TODO
- Configuration - TODO
- ORM for Database - DONE
- Tracing and monitoring - TODO
- Security - TODO
- Containerization - TODO
- IDE of your choice
- PostgreSQL TBD
git clone $ git clone [email protected]:apekshithr/aadarsha-micronaut.git $$ cd aadarsha-micronaut
Gradle build
$ ./gradlew clean build
Run locally
$ java ./gradlew run