An API for expense tracking application.
- Crud categories
- Crud expenses
- Crud income
- Reports
-
Install packages
yarn-yarn installnpm-npm install -
Configurations See
.env.sample -
Running the app Before starting, make sure you're database server have been started.
yarn-yarn run start:devnpm-npm run start:dev -
GraphQl Playground
/graphql
- Authentication - When user wants to save/sync records
- let user register with email and password
- verify email
- Add feature to add a family member which is another user
- Settings - Settings e.g for graphs, reports