// Read more at NOTEBOOK.md
This is the final class diagram that I have designed. It may be necessary to edit it after the software is improved.
Launch the backend (NodeJS, Express):
$ cd server
$ npm install
$ npm start
#Enable LESS compiler
$ npm run watch
Launch the frontend (React):
$ cd client
$ npm install
$ npm start