matteocodogno / CipherQuest

Engage with CipherQuest, a sophisticated AI chatbot designed with a comprehensive knowledge base and a closely guarded secret. The bot won't reveal its secret until you ask the right questions. Can you outsmart our AI and extract the hidden truth? Test your skills and uncover the secret in CipherQuest!
MIT License
5 stars 0 forks source link

BE: create an endpoint to register a user with a username and userId #13

Closed rubin0 closed 1 day ago

rubin0 commented 2 weeks ago

To enable the frontend to successfully create a user, we need to implement a new POST endpoint that accepts a user ID and a username.

Both fields are already defined in the Kotlin class UserLevel and are present in the database table user_level.