{"id":21671024,"url":"https://github.com/gabrielpenteado/api-adonisjs-jwt","last_synced_at":"2026-04-13T20:31:54.324Z","repository":{"id":241458226,"uuid":"804617197","full_name":"gabrielpenteado/api-adonisjs-jwt","owner":"gabrielpenteado","description":"RESTful API with JWT authentication for CRUD operations; created with AdonisJS and Supabase database.","archived":false,"fork":false,"pushed_at":"2024-05-28T04:20:09.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T05:41:58.475Z","etag":null,"topics":["adonisjs","jwt-authentication","jwt-token","lucid","postgresql","supabase"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gabrielpenteado.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":"2024-05-22T23:52:00.000Z","updated_at":"2024-09-03T03:21:03.000Z","dependencies_parsed_at":"2024-05-28T13:24:19.464Z","dependency_job_id":null,"html_url":"https://github.com/gabrielpenteado/api-adonisjs-jwt","commit_stats":null,"previous_names":["gabrielpenteado/memories-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielpenteado/api-adonisjs-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fapi-adonisjs-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fapi-adonisjs-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fapi-adonisjs-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fapi-adonisjs-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielpenteado","download_url":"https://codeload.github.com/gabrielpenteado/api-adonisjs-jwt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fapi-adonisjs-jwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adonisjs","jwt-authentication","jwt-token","lucid","postgresql","supabase"],"created_at":"2024-11-25T12:37:42.547Z","updated_at":"2026-04-13T20:31:54.292Z","avatar_url":"https://github.com/gabrielpenteado.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cstrong\u003eAPI-AdonisJS-Supabase\u003c/strong\u003e\n\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e\n   RESTful API with JWT authentication for CRUD operations; created with AdonisJS and Supabase database.\n\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/gabrielpenteado/api-java-springboot-docker?style=flat-square\u0026color=informational\" alt=\"license\"/\u003e\n\n  \u003cimg src=\"https://img.shields.io/static/v1?label=node\u0026message=v21.7.2\u0026color=informational\u0026style=flat-square\" alt=\"node version\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/gabrielpenteado/api-adonisjs-jwt/main/swagger.png\"\u003e \n\u003c/p\u003e\n\n### Build with\n\n![AdonisJS Badge](https://img.shields.io/badge/AdonisJS-5A45FF?logo=adonisjs\u0026logoColor=fff\u0026style=for-the-badge)\n![Lucid Badge](https://img.shields.io/badge/Lucid-282C33?logo=lucid\u0026logoColor=fff\u0026style=for-the-badge)\n![Supabase Badge](https://img.shields.io/badge/Supabase-3FCF8E?logo=supabase\u0026logoColor=fff\u0026style=for-the-badge)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n\n### Requirements\n\n- AdonisJS\n- Supabase database\n\n### Instalattion\n\n1. Clone the repository.\u003cbr\u003e\n   `git clone https://github.com/gabrielpenteado/api-adonisjs-jwt.git`\n\n2. Install dependencies.\u003cbr\u003e\n   `npm install`\n\n3. Run migrations.\u003cbr\u003e\n   `node ace migration:run`\n\n4. Generate a new key.\u003cbr\u003e\n   `node ace generate:key`\n\n5. Write the new key to **APP_KEY** inside **_.env.example_** and rename it to **_.env_**\u003cbr\u003e\n\n6. Replace all other fields into **_.env_** file with the appropriate values corresponding to your database configuration.\u003cbr\u003e\n\n7. Run Application.\u003cbr\u003e\n   `node ace serve`\n   \u003cbr\u003e\n\n## 🤝 Contributions\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\u003cbr\u003e\nThe foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/api-adonisjs-jwt/blob/main/LICENSE.md) file for details.\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://images.weserv.nl/?url=avatars.githubusercontent.com/u/63300269?v=4\u0026h=100\u0026w=100\u0026fit=cover\u0026mask=circle\u0026maxage=7d\" /\u003e\n  \u003ch1\u003eGabriel Penteado\u003c/h1\u003e\n  \u003cstrong\u003eFull Stack Developer\u003c/strong\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/gabriel-penteado)\n[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/gabrielpenteado)\n[![Gmail](https://img.shields.io/badge/gabripenteado@gmail.com-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:gabripenteado@gmail.com)\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003c/div\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpenteado%2Fapi-adonisjs-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielpenteado%2Fapi-adonisjs-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpenteado%2Fapi-adonisjs-jwt/lists"}