Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesacarlos/frases-miticas
https://github.com/mesacarlos/frases-miticas
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mesacarlos/frases-miticas
- Owner: mesacarlos
- License: apache-2.0
- Created: 2024-05-01T17:59:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T23:44:35.000Z (5 months ago)
- Last Synced: 2024-10-12T03:43:05.075Z (about 1 month ago)
- Language: C#
- Size: 505 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Architecture
The application is divided into two parts:- An API in the backend part to work with business logic and persistence.
- A web interface where the user can interact with the application by communicating with the API.
## Backend
The API follows a structure based on DDD (Domain-Driven Design). It is a software development methodology that emphasizes the importance of business domain and business logic in system architecture and design.[![](https://skillicons.dev/icons?i=cs,dotnet,sqlite)](https://skillicons.dev)
## Frontend
The web application follows the component-based standard that Angular indicates.[![](https://skillicons.dev/icons?i=ts,angular,tailwind)](https://skillicons.dev)
# API Documentation
The complete API documentation, following the OpenAPI standard, is available at [API Doc](https://fm-api.mesacarlos.es/swagger/index.html). You can access it to see details about endpoints, data schemas and usage examples.# License
This project is licensed under the Apache License 2.0. See the [LICENSE](https://github.com/mesacarlos/frases-miticas/blob/main/LICENSE) file for more details.