Commit Graph

13 Commits

Author SHA1 Message Date
cuqmbr
bb01821b3d chore: rename project, containing models 2022-07-17 21:18:43 +03:00
cuqmbr
3dc782d76a feat: add authentication & authorization 2022-07-17 21:11:36 +03:00
cuqmbr
514f0771aa chore: add dependencies for Authentification & Authorization 2022-07-17 14:34:21 +03:00
cuqmbr
5f2f5055ad feat: integrate DTOs to api 2022-07-17 14:32:53 +03:00
cuqmbr
c8bc5f2989 feat: add Data Transfer Objects for user & scoreboard record 2022-07-17 14:31:40 +03:00
cuqmbr
4adf64d129 refactor: decouple scoreboard api logic
Now scoreboard business logic is in ScoreboardService.cs and scoreboard api login is in ScoreboardController.cs
2022-07-16 16:34:26 +03:00
cuqmbr
352a5c89ba feat: add user db model & migrations 2022-07-16 13:20:35 +03:00
cuqmbr
210d299f0e feat: add Swagger 2022-07-16 11:05:10 +03:00
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
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