Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cauadesa/5by5-patterns
5by5 Internship Project with Patterns and Databases.
https://github.com/cauadesa/5by5-patterns
adapter-pattern csharp dotnet-framework mongodb mvc-architecture proxy-pattern singleton-pattern sql
Last synced: 14 days ago
JSON representation
5by5 Internship Project with Patterns and Databases.
- Host: GitHub
- URL: https://github.com/cauadesa/5by5-patterns
- Owner: CauaDeSa
- License: gpl-3.0
- Created: 2024-06-02T20:21:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T00:42:47.000Z (8 months ago)
- Last Synced: 2024-11-10T10:38:19.501Z (2 months ago)
- Topics: adapter-pattern, csharp, dotnet-framework, mongodb, mvc-architecture, proxy-pattern, singleton-pattern, sql
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 5by5-Patterns
Project that uses structured with design patterns(MVC architecture, Adapter, Proxy and Singleton) and SqlServer/MongoDB for database, consisting in three solutions.
* *Persist:* Read a Json file and upload to SqlServer.
* *Read And Persist:* Read data from Sql and upload to Mongo.
* *File Generator:* Generate a XML, CSV or Json file from Sql or Mongo database (user's choice).
## Project Mapping
![IMG-20240531-WA0006 (1)](https://github.com/CauaDeSa/5by5-Patterns/assets/127906505/46efcaf3-8098-430d-ba42-3888d86b86be)