Take the Accounting app from prev lesson and use PostgreSQL as a storage
- Implement CRUD page to manage categories
- 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