mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-14 01:21:49 +00:00
feat(DevWeb): Setup du Projet avec Servlet et JPA
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Projet Développent Web - 2024
|
||||
|
||||
## Installation
|
||||
|
||||
Pour pouvoir lancer le projet, il vous faut avoir docker et maven d'installé sur votre machine.
|
||||
|
||||
Lancez les commandes suivantes pour installer le projet :
|
||||
````
|
||||
docker-compose up -d
|
||||
mvn install
|
||||
````
|
||||
Reference in New Issue
Block a user