Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeRiveraMancilla committed Jan 3, 2025
1 parent e94eeb3 commit cee03cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Follow these steps to get the project up and running on your local machine:
### 1. Clone the Repository

```bash
Clone the project
# Clone the project
git clone https://github.com/JorgeRiveraMancilla/dating-course-api.git

Navigate to the project directory
# Navigate to the project directory
cd dating-course-api
```

Expand Down Expand Up @@ -98,6 +98,10 @@ docker compose up -d
### 4. Run the Application

```bash
# Restore dependencies
dotnet restore

# Run the application
dotnet run
```

Expand All @@ -107,7 +111,7 @@ The API will be available at:

## Testing the API

A Postman collection file (`Dating Course.postman_collection.json`) is provided in the repository for testing all available endpoints, including authentication, user management, profile operations, and image management features.
A Postman collection file (`Dating Course.postman_collection.json`) is provided in the repository for testing all available endpoints.

## Frontend Requirements

Expand Down

0 comments on commit cee03cd

Please sign in to comment.