Tanner Shaw 622c37d4d7 fix(server.ts): change variable name from codeStatus to claimCode for 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 23:44:06 +00:00
2023-07-26 01:07:08 -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%