Budget

Ashguard budget management tool https://github.com/Ashguard/budget

Front-end

Documentation about app front-end

Back-end

Documentation about app back-end

Back-end

How server work

All route for the API are in server.ts, if you want to add new route add it here in the right section:

/!\ do not move the server

Back-end

What is requeter for ?

requeter.ts is where we put all the prisma request that we call in our function / API, the are 2 sections in requeter.ts:

/!\ Do not move requeter.ts

Infrastructure

Documentation about app infrastructure