Skip to content

Commit 31e5dbb

Browse files
authored
Update README.md
1 parent 67a0822 commit 31e5dbb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# ASP.NET Core Web API development
2+
23
We will try to create an api application using asp.net core.
3-
Maninly using repository pattern, generics, LINQ, Entity framework core
4-
Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
5-
ASP NET Identity, JWT Authentication implemented in a separate DB
6-
Swagger for API Document
4+
- Maninly using repository pattern, generics, LINQ, Entity framework core
5+
- Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
6+
- ASP NET Identity, JWT Authentication implemented in a separate DB
7+
- Swagger for API Document
8+
9+
Next ToDo List:
10+
- Role Based Authentication/Authorization
11+
- Logging
12+
- Global Error Handling

0 commit comments

Comments
 (0)