Projet de génie logiciel du groupe Carbon (M1 2023)
https://www.veed.io/view/c15b3009-2689-43bd-aabd-d9d7359473bd?panel=share
# Java
sudo apt install openjdk-17-jdk openjdk-17-jre
# Node.js
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt -y install nodejs
npm install
cd backend/
./mvnw compile exec:java
cd frontend/
npm run-script start
cd backend/
./mvnw compile test
cd ../frontend/
npm run-script test
cd backend/
mvn javadoc:javadoc # Generate the javadoc using maven (the output is in target/site/apidocs).