From faeaf049351165c2c9f6d1cb57a641c24c809710 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 1 Sep 2021 17:33:38 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Updated=20port=20number=20?= =?UTF-8?q?for=20service=20URI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad6c49..42373c8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This microservice houses endpoints for the following functions: 4. Run `npm i` 5. Assuming you installed mongo correctly, run `MONGO_URI=mongodb://localhost:27017/threetwo npm run dev` 6. You should see the service spin up and a list of all the endpoints in the terminal -7. The service can be accessed through `http://localhost/api/import/*` +7. The service can be accessed through `http://localhost:3000/api/import/*` ## Docker Instructions 1. Build the image using `docker build . -t frishi/threetwo-import-service`. Give it a hot minute.