README
This commit is contained in:
parent
1bf461dff1
commit
74d3b5f58c
1 changed files with 4 additions and 4 deletions
|
@ -36,15 +36,15 @@ 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:
|
||||
```shell
|
||||
````
|
||||
docker-compose up
|
||||
|
||||
```
|
||||
The application will be running on port 3000, and the database will be running on port 27017.
|
||||
|
||||
API Documentation
|
||||
Users
|
||||
# Users
|
||||
Create a New User - POST /users
|
||||
Creates a new user.
|
||||
Creates a new user[#create-a-new-user---post-users].
|
||||
|
||||
Request Body
|
||||
|
||||
|
|
Loading…
Reference in a new issue