Problems:
- APIs generation sometimes lacks enough test data. We need to separate data generation logic from the API file to improve separation of concerns.
- Generated code sometimes contains errors that need manual fixing.
- API files were importing memoryDB from the wrong folder. Fixed the import path from "../../db/memoryDB" to "../db/memoryDB" as specified.
- Always has unfinished generated file. It's because it's too long maybe.
- NPM lib missing - Need to restrict the libs that app use
- Menu items and page path mismatch