{"id":28346589,"url":"https://github.com/duduxs/auth-api","last_synced_at":"2025-10-05T18:05:01.327Z","repository":{"id":52550757,"uuid":"360320691","full_name":"Duduxs/auth-api","owner":"Duduxs","description":"✨ My first authenticated api using kotlin  ","archived":false,"fork":false,"pushed_at":"2021-09-05T19:14:36.000Z","size":313,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T23:32:46.163Z","etag":null,"topics":["api","jax-rs","junit5","klogging","mongodb","morphia","own","project","quarkus","restassured","swagger","testcontainers"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Duduxs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-21T22:17:21.000Z","updated_at":"2022-08-15T09:43:34.000Z","dependencies_parsed_at":"2022-09-23T00:02:08.677Z","dependency_job_id":null,"html_url":"https://github.com/Duduxs/auth-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Duduxs/auth-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fauth-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fauth-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fauth-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fauth-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duduxs","download_url":"https://codeload.github.com/Duduxs/auth-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fauth-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278494645,"owners_count":25996414,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","jax-rs","junit5","klogging","mongodb","morphia","own","project","quarkus","restassured","swagger","testcontainers"],"created_at":"2025-05-27T14:10:08.281Z","updated_at":"2025-10-05T18:05:01.316Z","avatar_url":"https://github.com/Duduxs.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch4 align=\"center\"\u003e\n  \u003cp\u003eAuth API\u003c/p\u003e\n  \n  \u003cp\u003eThis application was developed in order to train authorization/authentication concepts.\u003c/p\u003e\n\n  \u003cp\u003eThis project is based in CRUD with Architeture Authenticated with unitary and integration tests.\u003c/p\u003e\n  \n  \u003cp\u003eAt time, this app accepts both basic and JWT auth.\u003c/p\u003e\n  \n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#information_source-how-to-use\"\u003eHow To Use\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#thumbsup-how-to-contribute\"\u003eHow To Contribute\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Collage\" src=\"https://i.imgur.com/OOztGKm.png\"\u003e \n\u003c/p\u003e\n\n## :rocket: Technologies\n\nThis project was developed with the following technologies:\n\n- API:\n\n  - [Kotlin](https://kotlinlang.org/)\n  - [Quarkus](https://quarkus.io/)\n  - [Mongo](https://www.mongodb.com/pt-br)\n  - [Morphia](https://github.com/MorphiaOrg/morphia)\n  - [JAX-RS](https://en.wikipedia.org/wiki/Jakarta_RESTful_Web_Services)\n  - [Hibernate Validator](http://hibernate.org/validator/)\n  \n- Utils:\n\n  - [Swagger](https://quarkus.io/guides/openapi-swaggerui)\n  - [Kotlin-Logging](https://github.com/MicroUtils/kotlin-logging)\n  \n- Tests:\n \n  - [JUnit5](https://junit.org/junit5/docs/current/user-guide/)\n  - [RestAssured](https://rest-assured.io/)\n  - [TestContainers](https://www.testcontainers.org/)\n\n## :information_source: How to use\nTo clone and run this application, you'll need [Git](https://git-scm.com), [Maven](https://maven.apache.org/) and [Mongo](https://www.mongodb.com/pt-br) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/Duduxs/auth-api\n\n# Go into the repository\n$ cd auth-api\n```\n\nTo run the API server:\n\n```bash\n# put at bash mvn: compile quarkus:dev\n```\nNow access on your browser: http://localhost:8080 [Tests -\u003e 8084]\n\n\u003cp align=\"center\"\u003e\n  docs -\u003e http://localhost:8080/q/doc\n\u003cimg alt=\"Doc\" src=\"https://ik.imagekit.io/27ewoxssse/swagger_I4B3s_lF-.png\"\u003e \n\u003c/p\u003e\n\n## :thumbsup: How To Contribute\n\n-  Make a fork;\n-  Create a branch with your feature: `git checkout -b my-feature`;\n-  Commit changes: `git commit -m 'feat: My new feature'`;\n-  Make a push to your branch: `git push origin my-feature`.\n\n## :memo: License\nThis project is under the MIT license. See the [LICENSE](https://github.com/Duduxs/auth-api/blob/main/LICENSE) for more information.\n\n---\n\n\u003ch4 align=\"center\"\u003e\n    Made by Eduardo José 😆 \u003ca href=\"https://www.linkedin.com/in/eduarddojose/\" target=\"_blank\"\u003eContact me!\u003c/a\u003e\n\u003c/h4\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduduxs%2Fauth-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduduxs%2Fauth-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduduxs%2Fauth-api/lists"}