clientServerPDL2021

Overview

An overview

This project is tested on :

Server

  • Ubuntu 20.04
  • Debian Buster
  • Windows 10

Client

  • Google Chrome Version 88.0.4324.182 (Official Build) (64-bit)
  • Google Chrome Version 89.0.4389.90 (Official Build) (64-bit)
  • Firefox Version 86.0.1 (64 bits)

Install and run

With maven

Install dependencies

mvn clean install

Run tomcat server

mvn --projects backend spring-boot:run

Without maven install

Install dependencies

For linux

chmod +x ./mvnw
./mvnw clean install

For Windows

# note : some terminal bug with test on windows
.\mvnw clean install

Run tomcat server

For linux

./mvnw --projects backend spring-boot:run

For Windows

.\mvnw --projects backend spring-boot:run

For development

Run frontend server

If node and npm is install on your system replace npm by ./node/npm.

npm run serve