Closed samriddhitiwary closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 81580d0232a6dcd3f9eeb14dcb00ddfda7c14a14 |
Latest deploy log | https://app.netlify.com/sites/scrollme-ecommerce/deploys/6714a1f85b1a5f000848e555 |
Deploy Preview | https://deploy-preview-224--scrollme-ecommerce.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey @samriddhitiwary , This is cool, I am reviewing it.
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
scrollme-ecommerce-website | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 20, 2024 6:25am |
@thakuratul2 I have resolved the conflicts
@saurabhbakolia @thakuratul2 I have resolved the conflict, could you please review the PR
@saurabhbakolia Ok I will check it again
@saurabhbakolia Ok I will check it again
Hey @samriddhitiwary,
if you can make the required changes so that I can merge this PR.
@saurabhbakolia Yes yes
@saurabhbakolia I will create another fresh PR and I will close this PR
https://github.com/user-attachments/assets/ffca417e-1792-4f84-b73a-8d79731260e5
Pull Request Template
Title: Create ADMIN page to CREATE, READ, UPDATE, and DELETE Products into MongoDB using existing CRUD API
Description
Please provide a clear and concise description of what this pull request does, including any relevant details.
Related Issue
Link to the issue that this pull request addresses (if applicable). Use the format:
Fixes #165
Changes Made
This issue involves building an Admin page that allows for the Create, Read, Update, and Delete (CRUD) operations on Products stored in MongoDB. The page will interact with an existing CRUD API for product management. The page should include a form for product creation and editing, a table to display all products, and functionality to delete products.
Checklist
[x] I have tested my code and it works as expected.
[x] I have added/updated documentation where necessary.
[x] I have included tests for new features.
[x] I have followed the project's coding standards.
Checklist: