Add order, shipping dock, and transaction routes with CRUD operations and Swagger documentation
- Implemented GET, POST, PUT, and DELETE endpoints for orders, shipping docks, and transactions. - Added Swagger annotations for API documentation. - Included error handling for database operations. - Configured pnpm workspace to ignore built dependencies for sqlite3.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ignoredBuiltDependencies:
|
||||
- sqlite3
|
||||
Reference in New Issue
Block a user