A modern expense tracking application with a React Native mobile app and Go backend.
-
Start the database:
make docker-up
-
Install client dependencies:
cd client bun install -
Start the server:
cd server go run main.go -
Start the client:
cd client bun start
- iOS: Press
iin the terminal after starting the client - Android: Press
ain the terminal after starting the client - Web: Press
win the terminal after starting the client
To start both client and server together:
make startTo stop all running processes:
make stopcha-ching/
├── client/ # React Native/Expo mobile app
├── server/ # Go backend server
└── docker-compose.yml # Database configuration