- Java - JDK 17
- Docker and Docker Compose
- Expose Rest API with information about assets, quotes and watchlists
- Save all data in database, all information should be persistable.
- Make use of reactive approach and non-blocking
./gradlew clean test
To package your application:
./gradlew clean assemble
To run your application:
./gradlew clean run