/node_accounting-app-with-db

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Accounting app (with Node.js and PostgreSQL)

Take the Accounting app from prev lesson and use PostgreSQL as a storage

  • Implement CRUD page to manage categories

Note

  • You can sync models by running npm run test
  • in local env, tests interect with your local database, so rows can be changed or removed

Read the guideline before start