Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 794 Bytes

One Hand - Backend Training

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.

Goals (Rough Draft)

  • 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)