Commit Graph

6 Commits

Author SHA1 Message Date
cuqmbr
4932175e74 fix: make username property not nullable 2022-07-16 10:58:56 +03:00
cuqmbr
3d170dca7a feat: add api controller
GET, POST, PUT method is present. DELETE is absent scince we don't need it in this case
2022-07-15 20:47:22 +03:00
cuqmbr
9c76d4965b chore: update db model & migrations
Remove id field and set username field to be a primary key
2022-07-15 20:44:15 +03:00
cuqmbr
e07dede15d chore: update .gitignore 2022-07-15 20:36:03 +03:00
cuqmbr
75a4407c20 chore: add DB model, migrations & DbContext 2022-07-14 22:41:48 +03:00
cuqmbr
6c49a8a026 chore: initial commit 2022-07-14 21:31:38 +03:00