You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I will want to add a product button that should save product JSON data to your local MongoDB database using NestJS.
First,
I will restructure the files to be able to understand and manage them. The file structure will be similar to the file structure in the backend as shown below:
Second,
I will modify the backend's data type in the create-product.dto.ts to match the enum type in the front end. Let me know if this isn't the best solution for input/output.
The result will be like this:
The text was updated successfully, but these errors were encountered:
As a developer, I will want to add a product button that should save product JSON data to your local MongoDB database using NestJS.
First,
I will restructure the files to be able to understand and manage them. The file structure will be similar to the file structure in the backend as shown below:
Second,
I will modify the backend's data type in the create-product.dto.ts to match the enum type in the front end.
Let me know if this isn't the best solution for input/output.
The result will be like this:
The text was updated successfully, but these errors were encountered: