App for managing finances
- endrju -
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxIn0.eSArqeSJ4EtfNxr1IPpIyk2YFs9IFz-cWynIKyWyL7k
- dodo -
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIyIn0.BHuk4FoBbQkceI_rbnUrv2c45FOtNYxY4vjMShzM9bM
- syra -
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIzIn0.l5NfayRHN-8D7DYkBorr-dYZF9QrjkPS53xk0kRCSRY
- Install Docker
- On main project directory run
docker compose up --build
- API is working under http://localhost:8080
- To access the API docs open http://localhost:8080/docs/
GET /reset_db/
- resets database and inserts mock data- Login with test credentials:
{ "username": "endrju", "password": "Password123" }
- Install Flutter.
- On mobile project directory run
flutter run
. - App is working on your device.