Skip to content

Commit 2d5ce3e

Browse files
authored
Merge pull request #3 from Mathavana/master
ReadMe
2 parents 7980c5e + 9ba1728 commit 2d5ce3e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ASP.NET Core Web API development
2+
3+
We will try to create an api application using asp.net core.
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
13+
14+
### Note
15+
- Trying to understand best practices. May be frequently modified the project structure.
16+
- ASP NET Identity: Using EF core code first approach
17+
18+
### Reference From
19+
- See [chsakell](https://chsakell.com)
20+
- See [code-maze](https://code-maze.com)
21+
- See [CodAffection](https://www.youtube.com/channel/UCvzlnZbePin9kH-1JCKBt8Q)
22+
23+
License
24+
----
25+
26+
MIT
27+
28+
29+
**Free Software, Hell Yeah!**

0 commit comments

Comments
 (0)