backend-mcp
Version:
Generador automático de backends con Node.js, Express, Prisma y módulos configurables. Servidor MCP compatible con npx para agentes IA. Soporta PostgreSQL, MySQL, MongoDB y SQLite.
30 lines (23 loc) • 268 B
Markdown
# personal-finance-manager
## Description
Generated backend project with Express.js
## Installation
```bash
npm install
```
## Usage
```bash
npm start
```
## Development
```bash
npm run dev
```
## Testing
```bash
npm test
```
## Linting
```bash
npm run lint
```