bycza-zagroda / track-expenses-app-frontend

Track Expenses App repository - user inteface - base on Angular and Typescript. It is depolyed on https://track-expenses-app-frontend.netlify.app/
Apache License 2.0
3 stars 11 forks source link

Mock | Json Server - Categories #156

Open AdrianRomanski opened 1 year ago

AdrianRomanski commented 1 year ago

My Wallets Tab Wallet Details

Create mock for given endpoint - "/api/categories"

Example data

[{"id":1,"name":"shopping","type":"EXPENSE","userId":2},{"id":2,"name":"clothes","type":"EXPENSE","userId":2},{"id":3,"name":"fuel","type":"EXPENSE","userId":1},{"id":4,"name":"entertainment","type":"EXPENSE","userId":2},{"id":5,"name":"eating","type":"EXPENSE","userId":3},{"id":6,"name":"others","type":"EXPENSE","userId":3},{"id":7,"name":"salary","type":"INCOME","userId":1},{"id":8,"name":"my own business","type":"INCOME","userId":1},{"id":9,"name":"others","type":"INCOME","userId":2}]

Bartexs commented 10 months ago

Prosiłbym o przypisanie.