netcorekit icon indicating copy to clipboard operation
netcorekit copied to clipboard

Good architecture

Open thangchung opened this issue 5 years ago • 0 comments

Sometimes, we need to look around and have a look at some of good architecture OSSes as below

Backend:

  • https://github.com/rafaelfgx/DotNetCoreArchitecture
  • https://github.com/EduardoPires/EquinoxProject
  • https://github.com/dotnetzoom/AspNetCore-WebApi-Course
  • https://github.com/JasonGT/NorthwindTraders
  • https://github.com/caleblloyd/dotnet-core-boilerplate
  • https://github.com/anjoy8/ChristDDD
  • https://github.com/i66soft/osharp
  • https://github.com/abpframework/abp
  • https://github.com/neptuo/Framework
  • https://github.com/oskardudycz/GoldenEye
  • https://github.com/oskardudycz/EventSourcing.NetCore

Microservice FW:

  • https://github.com/grissomlau/jimu

Frontend:

  • React Social network with TypeScript: https://github.com/red-gold/react-social-network
  • https://github.com/withspectrum/spectrum
  • https://github.com/dailynowco/daily
  • https://github.com/TrillCyborg/fullstack
  • https://github.com/cezerin/cezerin
  • https://github.com/ReactTraining/hooks-workshop
  • https://github.com/skovy/react-hooks-typescript-example
  • Reack-hook + Context API: https://github.com/diegohaz/constate
  • React-hook store: https://github.com/forsigner/stamen
  • react-http with hook works with GraphQL: https://github.com/alex-cory/use-http

thangchung avatar Mar 10 '19 05:03 thangchung