Skip to content

DCollart/ContactManagerPoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

ContactManagerPoC

This project is a proof of concept to show how I would structured and develop a web API. The patterns/archichecture are obviously overkilled for that kind of CRUD application.

Git

This repository will use the conventional commit notation.

Folders structure

The root folders follow the Microsoft guidelines about the source and the tests code.

Projects organization

The source code will be structured as a classical onion architecture.

  • Domain: Contains all the domain/business logic.
  • Infrastructure: Contains all the purely technical code (database/file/network/... related).
  • Application: Contains all the use cases. Kind of orchestration layer.
  • WebApi : The name itself should be enough :-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published