From 5d615c6783de1624b660c4a49027067a6e43ff6d Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Sun, 11 Jun 2023 13:43:38 +0300 Subject: [PATCH] README + changed schema of user --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e72d56..4f04834 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ To run the Ecomm backend application, follow these steps: 2. Ensure that you have Docker and Docker Compose installed. 3. Implement the required environment variables by creating an `.env` file. 4. Run the following command in the root directory: - ```` - docker-compose up - ``` +``` + docker-compose up +``` The application will be running on port 3000, and the database will be running on port 27017. API Documentation