Note
🇧🇷 This project also has documentation in Portuguese:
👉 README.pt-br.md
This project is a domain microservice responsible for managing notes data.
It contains the core business logic for creating, updating, and retrieving notes, and is designed to be frontend-agnostic.
This service is consumed by Backend for Frontend (BFF) layers within the architecture.
This project is part of the main architecture:
👉 https://github.com/LessaApolinario/BFF-studies-project
- TypeScript
- Node.js
- NestJS
- PostgreSQL
- Prisma ORM
- REST APIs
- Docker
- Docker Compose
- Environment Variables
⚠️ This project currently does not include automated tests.
- Reduce Docker image size
- Improve performance and indexing
- Add observability (logs and metrics)
- Introduce automated tests
MIT License