The Quantified Student (QS for short) project focuses on helping students with their development and optimizing their performance with the help of collected data. The collected data will be shown in a dashboard where the student can see it. After which, the student can conclude where and how to improve their workflow. For example, the system can show when it is the best time to work for the student.
-
Clone the repositories Canvas Data Microservice, Weather Data Microservice, Analyse Microservice, Dashboard
-
Canvas Data Microservice
- Add Canvas Access Token to the file PrivateToken.txt
- Install all dependencies using
npm i
- Run the project with
npm run start:dev
-
Weather Data Microservice
- Install all dependencies using
npm i
- Run the project with
npm run start:dev
- Install all dependencies using
-
Analyse Microservice
- Install all dependencies using
npm i
- Run the project with
npm run start:dev
- Install all dependencies using
-
Dashboard
- Install all dependencies using
npm i
- Run the project with
npm run dev
- Install all dependencies using