The backend to project overdrive which provides a RESTful API.
This process uses Gradle to build the project. To build the project, run the following command:
./gradlew buildThe project has been built.
To run the project, run the following command:
./gradlew runThe project is now running. Got to http://localhost:8080 to see the project, or use Postman to interact with the API.
This project uses Ktor to provide the RESTful API. For more information, see the Ktor documentation.