/money-api

RESTful API for Money app.

Primary LanguageJavaScriptMIT LicenseMIT

money-api

RESTful API for Money app.

About money-api

This is the backend API of Money app, it currently supports load expenses, expense crud operations and few charts.

Getting up and running

  • Clone the repository
  • npm i
  • npm run knex migrate:latest
  • npm run seed:run
  • npm run serve