AtHeartEngineer 11786887fd fix(server.ts): change variable name from codeStatus to claimCode for… (#17)
… better readability and semantics

fix(server.ts): update the logic to update the claimCode and push the
idc to the identities array of each room associated with the claimCode
feat(server.ts): return a success message with status code 201 when
claim code is successfully claimed
feat(server.ts): return an error message with status code 400 when claim
code is already used
2023-07-27 19:48:16 -04:00
2023-07-27 17:14:26 -04:00
2023-07-27 19:34:29 -04:00
2023-07-12 00:30:44 -04:00
2023-07-24 18:20:47 -04:00
2023-07-12 00:30:44 -04:00
2023-07-12 00:30:44 -04:00
2023-07-12 14:51:32 -04:00

Dev

npm i

Run Redis

Need to have a redis instance running

Run the backend

npm i npm run dev

Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 99.6%
JavaScript 0.4%