{"id":15161792,"url":"https://github.com/neelamawasthi/convertor-master","last_synced_at":"2026-01-20T11:33:07.994Z","repository":{"id":131057788,"uuid":"209197302","full_name":"neelamAwasthi/convertor-master","owner":"neelamAwasthi","description":"Java","archived":false,"fork":false,"pushed_at":"2019-09-18T12:21:33.000Z","size":27073,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T01:23:59.905Z","etag":null,"topics":["boot","docker","dockercompose","json","junit-test","lombok","maven","mockito","spring","springtemplate","swagger-ui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neelamAwasthi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-09-18T02:14:50.000Z","updated_at":"2021-10-24T20:03:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b9188ae-e0af-4617-8321-8d7336609370","html_url":"https://github.com/neelamAwasthi/convertor-master","commit_stats":null,"previous_names":["neelamawasthi/convertor-master"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelamAwasthi%2Fconvertor-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelamAwasthi%2Fconvertor-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelamAwasthi%2Fconvertor-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelamAwasthi%2Fconvertor-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelamAwasthi","download_url":"https://codeload.github.com/neelamAwasthi/convertor-master/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755561,"owners_count":20990621,"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":["boot","docker","dockercompose","json","junit-test","lombok","maven","mockito","spring","springtemplate","swagger-ui"],"created_at":"2024-09-27T00:45:14.226Z","updated_at":"2026-01-20T11:33:07.988Z","avatar_url":"https://github.com/neelamAwasthi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CONVERTOR API is spring boot application which expose 3 endpoint and being used to get the current time, get the amount based on target currency, validate the country code based on vatnumber.\n\n1) First import the maven project.\n2) Update the project, maven clean and install\n   2.1) Since i am using lombak libary, \n        For eclipse user: please add in eclipse folder and add the line in eclipse.ini file\n        -javaagent:/Users/neel/Documents/lib/lombok-1.16.10.jar\n        For reference please find the eclipse.ini file:\n        \n /*\n        -startup\n../Eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar\n--launcher.library\n/Users/neel/.p2/pool/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016\n-product\norg.eclipse.epp.package.java.product\n-showsplash\norg.eclipse.epp.package.common\n--launcher.defaultAction\nopenFile\n--launcher.appendVmargs\n-vm\n/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/bin\n-vmargs\n-Dosgi.requiredJavaVersion=1.8\n-Dosgi.instance.area.default=@user.home/eclipse-workspace\n-XX:+UseG1GC\n-XX:+UseStringDeduplication\n--add-modules=ALL-SYSTEM\n-XstartOnFirstThread\n-Dorg.eclipse.swt.internal.carbon.smallFonts\n-Dosgi.requiredJavaVersion=1.8\n-javaagent:/Users/neel/Documents/lib/lombok-1.16.10.jar\n-Dosgi.dataAreaRequiresExplicitInit=true\n-Xms256m\n-Xmx1024m\n--add-modules=ALL-SYSTEM\n-Xdock:icon=../Resources/Eclipse.icns\n-XstartOnFirstThread\n-Dorg.eclipse.swt.internal.carbon.smallFonts\n-Declipse.p2.max.threads=10\n-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest\n-Doomph.redirection.index.redirection=index:/-\u003ehttp://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/\n\n        \n */\n \n For Intellij users: \n Add the lombak libary directly in IDE.\n        \n3) To deploy the application:\n  3.1) by docker file:\n     3.1.1) Build: docker build --file=DockerFile --tag=convertor-service:latest --rm=true .\n     3.1.2) Run: docker run --name=convertor-service --publish=8081:8081 convertor-service:latest\n  3.2) by docker compose file:\n     3.2.1) docker-compose up\n\n4) Hit the swagger url\nAPI exposed on 8081 port number, below is the swagger ui url for this API:\nhttp://localhost:8081/swagger-ui.html\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelamawasthi%2Fconvertor-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelamawasthi%2Fconvertor-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelamawasthi%2Fconvertor-master/lists"}