https://github.com/thenewtoncode/balancia
https://github.com/thenewtoncode/balancia
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenewtoncode/balancia
- Owner: theNewtonCode
- Created: 2025-08-31T14:15:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T14:52:43.000Z (10 months ago)
- Last Synced: 2025-08-31T16:28:12.231Z (10 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balancia
A simple expense tracking application with Node.js backend and React frontend using local JSON file storage.
## Setup Instructions
### Backend
```bash
cd backend
npm install
npm run dev
```
The API will run on http://localhost:5000
### Frontend
```bash
cd frontend
npm install
npm start
```
The React app will run on http://localhost:3000
## Data Storage
- Uses JSON files in `backend/data/` directory for local storage
- No database setup required
## API Endpoints
- GET `/api` - Returns "API is running" message