RESTful API for Money app.
This is the backend API of Money app, it currently supports load expenses, expense crud operations and few charts.
- Clone the repository
- npm i
- npm run knex migrate:latest
- npm run seed:run
- npm run serve
RESTful API for Money app.
This is the backend API of Money app, it currently supports load expenses, expense crud operations and few charts.