IEEE-VIT / REST_API

Welcome to Source Sprint's back-end repository! A beginner friendly repository to help users learn and contribute towards open source
MIT License
1 stars 8 forks source link

CreateUser #3

Open varun10sudhir opened 1 year ago

varun10sudhir commented 1 year ago

Create a user Input the user_id, user_name and password in the request body Hash the password using the SHA-256 method Now add this user to the database Return a json message saying a new user has been created with the appropriate success status code