n30w / Darkspace

Academic project management platform for SE-2024
MIT License
0 stars 0 forks source link

feat(api): Add user creation functionality #22

Closed n30w closed 5 months ago

n30w commented 5 months ago

Add functionality to create a new user in the system. This includes parsing and mapping the input JSON data to the appropriate model fields, creating a new user object, and invoking the UserService to store the user in the database. This commit sets up the foundation for user creation in the API.