> For the complete documentation index, see [llms.txt](https://lucky.gitbook.io/currency-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lucky.gitbook.io/currency-exchange/quick-start.md).

# Quick Start

## How Run the project

{% hint style="info" %}
All you gonna need to run this project is having Java JDK 17 installed on system and run the sql database file.
{% endhint %}

```java
mvn spring-boot:run
```

<details>

<summary>Swagger</summary>

click [here ](http://localhost:8080/swagger-ui/index.html)to redirect to swagger

</details>

## Make your first request

To make your first request, send an authenticated request to the user endpoint. This will create a `user`, which is nice.

{% openapi src="/files/0AB5PfyDBUhUafU9ZXtR" path="/user" method="post" %}
[test.json](https://494342001-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762BiJkjkKBDvGy4lK7G%2Fuploads%2FZZ0qi3W0pdMYM5WRPz7f%2Ftest.json?alt=media\&token=1fa73333-c951-48de-bc54-5ac7018f4be7)
{% endopenapi %}
