Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Jan 22, 2024
1 parent 622df4a commit 2d2b060
Showing 1 changed file with 0 additions and 78 deletions.
78 changes: 0 additions & 78 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,84 +10,6 @@ dotnet ef database update --project Infrastructure --startup-project Api

Documentation details https://documenter.getpostman.com/view/23348379/2s9YymFQ2G



<table style="padding: 0;margin: 0">
<thead style="padding: 0;margin: 0">
<tr style="padding: 0;margin: 0">
<th width="10%">Method</th>
<th width="40%">Path </th>
</tr>
</thead>
<tbody style="padding: 0;margin: 0">
<tr width="100%">
<td align="center" style="padding: 0;margin: 0">
<img src=".github/assets/POST.png" alt="POST" width="25%"/>
</td>
<td align="center" style="padding: 0;margin: 0"><b>/api/Expense/</b></td>
</tr>

</tbody>
<thead>
<tr>
<th width="50%">Request Example</th>
<th width="50%">Response Example</th>
</tr>
</thead>
<tbody>

<tr width="100%" style="padding: 0;margin: 0">
<td height="0px" style="padding-bottom: 0%;padding-top: 0%; margin: 0%">

```json
{
"id": 5,
"username": "mary",
"email": "[email protected]",
"order_id": "f7177da"
}
```
</td>
<td height="0px" style="padding-bottom: 0%;padding-top: 0%; margin: 0%">

```json
{
"id": 5,
"username": "mary",
"email": "[email protected]",
"order_id": "f7177da"
}
```
</td>
</tr>
</tbody>

</table>

# Project Name

A brief description of your project.

## Description

Provide a more detailed description of your project here.

## Validations

List any validations or requirements for using your project.

## API Details

### API Method

Specify the HTTP method used by your API (e.g., GET, POST, PUT, DELETE).

### API Path

Provide the endpoint or path for your API.



## Expense


Expand Down

0 comments on commit 2d2b060

Please sign in to comment.