2 repositorios
Server-side application development using the NestJS modular framework.
Distinct from NestJS Integrations: Existing candidates focus on general scalability or specific other ecosystems like PHP or ASP.NET.
Explore 2 awesome GitHub repositories matching web development · NestJS Application Frameworks. Refine with filters or upvote what's useful.
Ghostfolio is a self-hosted portfolio tracker designed for personal finance tracking and wealth management. It allows users to record investment transactions and monitor asset holdings across multiple financial accounts in a single private environment. The system provides a financial performance analyzer to calculate investment returns and generate growth charts. It includes an investment risk auditor that performs static analysis on asset holdings to identify financial vulnerabilities and diversification gaps. The platform covers broader capabilities for multi-account management and financi
Uses the NestJS framework to organize backend business logic into a modular architecture of controllers and services.
This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend
Provides a toolkit for automating boilerplate-free CRUD endpoints and resource management within NestJS applications.