Skip to content

shivendrasinghtanwar/kortex

Repository files navigation

Kortex

vert.x 3.9.3 purple

This is simple and easy to use boiler plate code for developing REST API in Vert.x using Kotlin with Mongo as your database.

Will try to follow all the available best practices and optimizations to make this better.

Suggestions are always welcome.

Building

To launch your tests:

./gradlew clean test

To package your application:

./gradlew clean assemble

To run your application:

./gradlew clean run