mensapc / vrep-elementary-back

VREP is a user-friendly web application designed to streamline administrative tasks and enhance educational workflows for elementary schools. It empowers schools to effectively manage student enrollment, conduct and evaluate exams, track results, and stay informed about upcoming school events.
0 stars 0 forks source link

start the transition from js to ts and start with isolete activity se… #179

Open NoamAvitan1 opened 2 months ago

NoamAvitan1 commented 2 months ago
  1. start the transtion from js to ts, js. we separate the ts files from js inside the src folder.
  2. make a two scripts to run dev , npm run dev:js , npm run dev:ts
  3. download devDependencies for typescript and jest.
  4. isolate the Activity Service.
  5. added tests for activity service. (post,get,delete,update)