Mr Jacquet's project for the course "Conception d'application mobile", UNamur BE.
Development environment
Client side, using NPM :
cd client
npm install && npm run dev
Server side, using SBT :
cd server && sbt run
You can then go to your localhost on port 5000.
TODO :