Architecture
- Back-end (API): The API lives in the
API-QCMrepository. It serves the QCM endpoints (questions, categories, submit). By default the frontend expects the API athttp://localhost:3000.
https://github.com/dupontdenis/API-QCM.git
- Front-end : Static files in this repository (
index.html,js/,css/) implement the UI that calls the API.