Create user

Create profile
added some validation
This commit is contained in:
2023-02-17 08:29:33 +00:00
parent 57dae2bee3
commit bb1f5d74d8
19 changed files with 797 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
POST http://localhost:4000/api/users HTTP/1.1
content-type: application/json
{
"quotation": {
"author": "Dennis Ritchie",
"text": "The only way to learn a new programming language is by writing programs in it"
}
}