Skip to content

proj-overdrive/parkade

Repository files navigation

parkade

The backend to project overdrive which provides a RESTful API.

Pre-requisites

Build

This process uses Gradle to build the project. To build the project, run the following command:

./gradlew build

The project has been built.

Run

To run the project, run the following command:

./gradlew run

The project is now running. Got to http://localhost:8080 to see the project, or use Postman to interact with the API.

Ktor

This project uses Ktor to provide the RESTful API. For more information, see the Ktor documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages