This is the backend service for the Boilerplate Webapp, implemented with Kotlin and Spring Boot.

Features

Prerequisites


Running Locally

  1. Clone the repository:

    git clone <https://github.com/ghdrope/boilerplate-webapp.git>
    cd boilerplate-webapp/backend
    
  2. Run the Spring Boot application in development mode:

    make dev
    
  3. Access the backend endpoint:


Build and Test Commands