Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
Your Name committed Jan 6, 2024
1 parent f301a86 commit 98b5afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Introduction

This project runs a nodejs application and uses mongodb as database. It has an API that performs the CRUD operations by interacting with database. The creates a product , updates a product, get a single and all products and deletes a product.
This project runs a nodejs application and uses mongodb as database. It has an API that performs the CRUD operations by interacting with database. It creates a product , updates a product, get a single and all products and deletes a product.

Look at the [file](models/productModels.js) to know about schema of a product.
Look at the [file](models/productModel.js) to know about schema of a product.

# Local Setup

Expand Down

0 comments on commit 98b5afd

Please sign in to comment.