zkt26/Back-end
2025-04-13 18:42:08 +02:00
..
.mvn/wrapper Ajout du backend 2025-03-25 22:18:01 +01:00
src Ajout info meteo home page 2025-04-13 18:42:08 +02:00
.editorconfig Ajout du backend 2025-03-25 22:18:01 +01:00
.gitignore Ajout du backend 2025-03-25 22:18:01 +01:00
keystore.jceks mise en place d'un token d'authentification lors de la connexion 2025-04-02 15:18:27 +02:00
keystore.jceks.old mise en place d'un token d'authentification lors de la connexion 2025-04-02 15:18:27 +02:00
mvnw Ajout formulaire d'inscription relié avec bdd users 2025-03-31 17:02:00 +02:00
mvnw.cmd Ajout du backend 2025-03-25 22:18:01 +01:00
pom.xml Corresction path et header responsive 2025-04-08 12:38:58 +02:00
README.adoc Ajout du backend 2025-03-25 22:18:01 +01:00

= Starter

image:https://img.shields.io/badge/vert.x-4.5.13-purple.svg[link="https://vertx.io"]

This application was generated using http://start.vertx.io

== Building

To launch your tests:
```
./mvnw clean test
```

To package your application:
```
./mvnw clean package
```

To run your application:
```
./mvnw clean compile exec:java
```

== Help

* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://discord.gg/6ry7aqPWXy[Vert.x Discord]