Boilerplate Kotlin server for a simple note app backend
You can quickly set up the server by using Docker. Once you have docker installed you can run the below script in your terminal:
docker-compose up -d
You can then import the Postman collection to test out the API.