Files
personal-finance/backend-api
Alexander Zinn 2cff25c55b Update formatting and improve consistency across configuration and documentation files
- Adjusted formatting in .prettierrc for consistent newline handling.
- Enhanced API documentation in BACKEND_PROMPT.md for better readability and structure.
- Updated docker-compose.yml to standardize quotes and improve health check commands.
- Refactored ESLint configuration for better readability and consistency.
- Made minor formatting adjustments in various frontend components for improved user experience and code clarity.
2025-12-11 02:24:01 -05:00
..

backend-api

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.4. Bun is a fast all-in-one JavaScript runtime.