diff --git a/README.md b/README.md index 3714fc0..6afd1ec 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker/README.md b/docker/README.md index 8252452..96f5bd2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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.