Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 2.5 KB

README.md

File metadata and controls

90 lines (68 loc) · 2.5 KB


Logo

Back Front End Orange Finance

This API simulates agricultural scenarios to experiment with design patterns, technologies, and software development practices.
Explore the docs »

Table of Contents
  1. About The Project
  2. Patterns and Technologies
  3. Folder structure
  4. License
  5. Contact

About the project

This API was developed as an environment to simulate scenarios in the context of agriculture, providing a foundation to experiment with, test, and implement different design patterns, technologies, and architectural approaches.

The primary goal is to serve as a project for enhancing software development skills, enabling tests of all kinds: from unit, integration, and performance testing to experimenting with design patterns and new technologies.

(back to top)

Patterns and Technologies

Technologies

  • [.NET 8]
  • [Docker]
  • [Redis]
  • [ScalarUI]
  • [JWT]

Patterns

  • [CQRS]

(back to top)

Folder structure

Web API

📦Orange-Finance
 ┣ 📂Common
 ┃ ┣ 📂Errors
 ┃ ┗ 📂Mapping
 ┃ ┃ ┣ 📂MongoDB
 ┣ 📂Endpoints
 ┣ 📂Extensions
 ┣ 📂GraphQL
 ┃ ┗ 📂Farms
 ┃ ┃ ┣ 📂Mutations
 ┃ ┃ ┣ 📂Queries
 ┃ ┃ ┣ 📂Schemas
 ┃ ┃ ┗ 📂Types
 ┣ 📂Http
 ┣ 📂OpenApi

(back to top)

License

This project is under the APACHE 2 license. For more information, see LICENSE.

(back to top)

Contact

(back to top)