rust-lang-ve / hilow

"Hilow" is a microblogging social feed where users are able to share they thoughts on different topics
Other
3 stars 4 forks source link

Endpoint | Implement Register Endpoint #12

Closed EstebanBorai closed 3 years ago

EstebanBorai commented 3 years ago

Implement the Register endpoint which is in charge of create a new user. When an user is created, a profile and a secret must be created as well.

Depends on #11