We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215d179 commit 535da6cCopy full SHA for 535da6c
README.md
@@ -17,11 +17,11 @@ We will try to create an API application using asp.net core.
17
- Models, Enums, Context, Repositories moved to Supermarket.Core project
18
- xUnit Test Project added
19
- CircleCi
20
-- Standard response for error (400,404) results (Similar to ApiController model validation result)
+- Standard response for error (400,404, 500) results (Similar to ApiController model validation result)
21
+- Global Error Handling
22
23
### Next ToDo List:
24
- Role Based Authentication/Authorization
-- Global Error Handling
25
- Dockerization
26
- More test cases needed
27
- Proper model implementation
0 commit comments