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 bc740fe commit f301a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

This project runs a nodejs application and uses mongodb as database. It has an API 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. The 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.

Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Docker

The app is run inside docker container. Howver instead of running nodejs and mongodb inside the same container they are run in separate container.
The app is run inside docker container. However instead of running nodejs and mongodb inside the same container they are run in separate container.

Install docker using `./install_docker_minikube.sh` . This script is avaialable in the main directory.

Expand Down

0 comments on commit f301a86

Please sign in to comment.