go (pocket base) as backend and vue as frontend
Build
docker build -t fintracker .
Run. You need to specify a pesistant volume to store the data (./pb_data
)
docker run -p 8080:8080 -v ./pb_data:/pb_data fintracker
go run main.go
# or
air
VITE_POCKETBASE_URL=http://localhost:8090 npm run dev
- Add hrefs
- Add window titles
- Data Migrations
- wallets
- Users
- User add wallet
- Add template data
- Fix Date Inputs
- add other asset type not already on wallet
- Back
- Add tests
- Add modeling for extra purchases for same asset
- currency
- % gain
- extrapolation