/market-api

An open source project to show usage of micronaut, kotlin, JDBI, and more. Come watch the streams on YouTube!

Primary LanguageKotlin

market-api

An open source server to show usage of micronaut, kotlin, JDBI, and more...

Follow along with the streams on youtube

Running Server

# runs the local postgres database in docker
make dev

Running Tests

# runs the test suite inside docker
make test