README + changed schema of user
This commit is contained in:
parent
8d65c5821a
commit
5d615c6783
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ To run the Ecomm backend application, follow these steps:
|
||||||
2. Ensure that you have Docker and Docker Compose installed.
|
2. Ensure that you have Docker and Docker Compose installed.
|
||||||
3. Implement the required environment variables by creating an `.env` file.
|
3. Implement the required environment variables by creating an `.env` file.
|
||||||
4. Run the following command in the root directory:
|
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.
|
The application will be running on port 3000, and the database will be running on port 27017.
|
||||||
|
|
Loading…
Reference in a new issue