Java backend introduction project themed around Pokemon.

Clement COLMERAUER Clement COLMERAUER Edit README.md 1e99eb4 @ 2026-03-09 07:13:39
.gradle initial commit 2024-10-20 08:22:05
build initial commit 2024-10-20 08:22:05
gradle initial commit 2024-10-20 08:22:05
src initial commit 2024-10-20 08:22:05
LICENSE Add LICENSE 2024-10-21 17:09:48
README.md Edit README.md 2026-03-09 07:13:39
build.gradle initial commit 2024-10-20 08:22:05
gradlew initial commit 2024-10-20 08:22:05
gradlew.bat initial commit 2024-10-20 08:22:05
test.mv.db initial commit 2024-10-20 08:22:05
README.md

Web server Pokemon

How to compile

./gradlew build

How to run

./gradlew run (it take some time)

Initial Database

User

Own

Exchange

How to reset db ?

  1. Remove text.mv.db
  2. Uncomment code in src/com/uca/dao/_Initializer.java
  3. ./gradlew run
  4. It is advised to recomment code