https://github.com/extrabb/clean-architecture-mongo
Clean Architecture template with MongoDB
https://github.com/extrabb/clean-architecture-mongo
Last synced: 11 months ago
JSON representation
Clean Architecture template with MongoDB
- Host: GitHub
- URL: https://github.com/extrabb/clean-architecture-mongo
- Owner: ExtraBB
- License: mit
- Created: 2022-10-17T10:59:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T15:02:22.000Z (over 3 years ago)
- Last Synced: 2025-07-11T17:05:39.944Z (11 months ago)
- Language: C#
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean Architecture MongoDB Template
This template is based on the Clean Architecture template of https://github.com/jasontaylordev/CleanArchitecture/.
Instead of using Entity Framework and SQL, it uses MongoDB as example.