Skip to content

Commit f90bebb

Browse files
committed
Update README.md
details updated
1 parent c2d1a1f commit f90bebb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# ASP.NET Core Web API development
22

3-
We will try to create an api application using asp.net core.
4-
- Maninly using repository pattern, generics, LINQ, Entity framework core
3+
We will try to create an API application using asp.net core.
4+
- Mainly using repository pattern, generics, LINQ, Entity framework core
55
- Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
66
- ASP NET Identity, JWT Authentication implemented in a separate DB
77
- Swagger for API Document
8+
- API Version
89

9-
Next ToDo List:
10+
### Next ToDo List:
1011
- Role Based Authentication/Authorization
12+
- Standard response for both error/success results
1113
- Logging
1214
- Global Error Handling
1315
- Dockerization

0 commit comments

Comments
 (0)