Skip to content

alfabravo2013/hyper-id-backend

Repository files navigation

HyperID

Hyperskill full stack project, backend REST API

Build Executables Tests

How to run

Option 1. Download an executable for your OS:

and run on your computer.

Option 2. Download the executable jar:

install JDK 17 and execute the following command in the directory where the jar file is located:

java -jar hyper-id-backend-0.0.4-SNAPSHOT.jar

Option 3. Download the source code:

unzip it, install JDK 17 and execute the following command in the project root directory:

./gradlew bootRun

The server responds on localhost:8080

The landing page redirects to API docs (Swagger)