{"id":18098605,"url":"https://github.com/makiftutuncu/exchange","last_synced_at":"2025-04-13T13:07:41.144Z","repository":{"id":152869412,"uuid":"291287510","full_name":"makiftutuncu/exchange","owner":"makiftutuncu","description":"REST API providing exchange rates and conversions","archived":false,"fork":false,"pushed_at":"2025-04-09T22:07:10.000Z","size":188,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T13:07:38.211Z","etag":null,"topics":["fixer-io","gradle","h2-database","java","junit5","springboot","springdata-jpa","springdoc-openapi"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makiftutuncu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-29T14:31:48.000Z","updated_at":"2025-04-09T22:07:13.000Z","dependencies_parsed_at":"2023-11-19T10:21:25.354Z","dependency_job_id":"c13d52e3-2757-48d9-8465-8d2632608482","html_url":"https://github.com/makiftutuncu/exchange","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makiftutuncu%2Fexchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makiftutuncu%2Fexchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makiftutuncu%2Fexchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makiftutuncu%2Fexchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makiftutuncu","download_url":"https://codeload.github.com/makiftutuncu/exchange/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717242,"owners_count":21150389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fixer-io","gradle","h2-database","java","junit5","springboot","springdata-jpa","springdoc-openapi"],"created_at":"2024-10-31T20:12:10.619Z","updated_at":"2025-04-13T13:07:41.137Z","avatar_url":"https://github.com/makiftutuncu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exchange API\n\nExchange API is a REST API providing exchange rates and conversions for many currencies.\n\n## Table of Contents\n\n1. [Technologies](#technologies)\n2. [Running](#running)\n3. [Configuration](#configuration)\n4. [Documentation](#documentation)\n5. [Development and Testing](#development-and-testing)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n## Technologies\n\nExchange API is a [Spring Boot](https://spring.io/projects/spring-boot) project written in [Java 24](https://openjdk.java.net/projects/jdk/24) and it uses following:\n\n* [fixer.io](https://fixer.io) as exchange rate provider\n* [Spring Data](https://spring.io/projects/spring-data) for data persistence\n* [H2](https://www.h2database.com) as database\n* [Spring Doc](https://springdoc.org) for API documentation\n* [JUnit 5](https://junit.org/junit5) for testing\n* [Gradle](https://gradle.org) as build tool\n\n## Running\n\nYou can Exchange API as a regular Java application in your favorite IDE with [`Main.java`](src/main/java/dev/akif/exchange/Main.java) as your main class. You can also run it with Gradle as following:\n\n```bash\ngradle bootRun\n```\n\nBy default, Exchange API runs on `localhost:8080`.\n\n## Configuration\n\nExchange API can run out-of-the-box as long as credentials for rate provider is defined as `FIXER_IO_KEY` environment variable or in [`application.yml`](src/main/resources/application.yml) file.\n\n## Documentation\n\nAPI documentation is managed by [Spring Doc](https://springdoc.org). To access [Swagger UI](https://swagger.io/tools/swagger-ui), open [`/swagger.html`](http://localhost:8080/swagger.html) in a web browser after running Exchange API. You can also find Open API specification at [`/docs`](http://localhost:8080/docs) as a Json.\n\n## Development and Testing\n\nExchange API is built with Gradle. You can use regular Gradle tasks such as `clean`, `compile`, `test` tasks for development and testing.\n\n## Contributing\n\nAll contributions are welcome, including requests to feature your project utilizing Exchange API. Please feel free to send a pull request. Thank you.\n\n## License\n\nExchange API is licensed with [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakiftutuncu%2Fexchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakiftutuncu%2Fexchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakiftutuncu%2Fexchange/lists"}