The goal of this project is to create a backend for conduit which is a Medium clone.
The backend spec can be found Here.
For this project we will not be implementing any real authentication. Instead, we will simply rely on a header which will cover during the rest/postman parts.
-
HTTP/REST
-
Learn Postman
-
Simple web server
-
Controllers
-
Content-Negotiation
-
N-tier applications
-
Services
-
Repositories
-
DTOs
-
Some Design Patterns
-
MVC
-
Decorator
-
SOLID Principles
-
Unit Testing
-
Better Database Access
-
Direct Access
-
ORM (Entity Framework)