Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesacarlos/frases-miticas


https://github.com/mesacarlos/frases-miticas

Last synced: 17 days ago
JSON representation

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.