https://github.com/gcaguilar/mymoney-api
https://github.com/gcaguilar/mymoney-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gcaguilar/mymoney-api
- Owner: gcaguilar
- Created: 2024-05-21T11:34:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T08:00:38.000Z (4 months ago)
- Last Synced: 2025-03-27T00:54:15.212Z (3 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mymoney-api
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.43. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.