{"id":50708000,"url":"https://github.com/michael-oss138/django-openreg","last_synced_at":"2026-06-09T13:01:44.636Z","repository":{"id":318469487,"uuid":"1070623560","full_name":"Michael-oss138/django-openreg","owner":"Michael-oss138","description":"Open-source authentication and user management API built with Django and DRF. Includes JWT auth, email verification, password reset, and role-based access.","archived":false,"fork":false,"pushed_at":"2025-10-07T10:24:15.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T12:18:15.557Z","etag":null,"topics":["api","authentication","backend","deployment","django","django-rest-framework","open-source","python3","registration"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Michael-oss138.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T08:01:56.000Z","updated_at":"2025-10-07T10:20:38.000Z","dependencies_parsed_at":"2025-10-07T12:19:54.489Z","dependency_job_id":"eb35fa79-35df-4da5-9514-f88c45684a92","html_url":"https://github.com/Michael-oss138/django-openreg","commit_stats":null,"previous_names":["michael-oss138/django-openreg"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Michael-oss138/django-openreg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael-oss138%2Fdjango-openreg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael-oss138%2Fdjango-openreg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael-oss138%2Fdjango-openreg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael-oss138%2Fdjango-openreg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Michael-oss138","download_url":"https://codeload.github.com/Michael-oss138/django-openreg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael-oss138%2Fdjango-openreg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34107866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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","authentication","backend","deployment","django","django-rest-framework","open-source","python3","registration"],"created_at":"2026-06-09T13:01:41.560Z","updated_at":"2026-06-09T13:01:44.623Z","avatar_url":"https://github.com/Michael-oss138.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-openreg\nOpen-source authentication and user management API built with Django and DRF. Includes JWT auth, email verification, password reset, and role-based access.\n\n\n## 🚀 Features\n\n🔐 Custom User Model— built from scratch using Django’s AbstractBaseUser and BaseUserManager.\n \n📩 Email Registration Workflow — register users and prepare them for future verification and notifications.\n\n🧱 API-Ready Architecture — structured to support REST APIs and future frontend integration.\n\n🌍 Open for Contributions — intentionally simple, with clean code and room for improvement.\n\n📁 Modular Design — easy to extend with more features like login, QR codes, or password reset.\n\n🧰 Tech Stack\n\nPython 3.x\n\nDjango 4.x\n\nSQLite / PostgreSQL (default: SQLite for development)\n\n⚙️ Installation\n## 1. Clone the repository\ngit clone https://github.com/Michael-oss138/django-openreg.git\n\n## 2. Navigate into the project folder\ncd django-openreg\n\n## 3. Create a virtual environment\npython -m venv venv\n\n## 4. Activate the virtual environment\n### On Windows:\nvenv\\Scripts\\activate\n### On macOS/Linux:\nsource venv/bin/activate\n\n## 5. Install dependencies\npip install -r requirements.txt\n\n## 6. Run migrations\npython manage.py migrate\n\n## 7. Start the development server\npython manage.py runserver\n\n🧪 Usage\n\nOnce the server is running, open your browser and visit:\n\nhttp://127.0.0.1:8000/\n\n\nFrom here, you can start testing the user registration flow.\nFuture updates will include endpoints for login, profile management, and more.\n\n🤝 Contributing\n\nThis project is intentionally built to be community-driven. If you want to learn Django, practice backend development, or collaborate on open source — you’re welcome to contribute.\n\nFork the repo 🍴\n\nCreate a new branch: git checkout -b feature-name\n\nMake your changes and commit: git commit -m \"Add new feature\"\n\nPush your branch: git push origin feature-name\n\nOpen a Pull Request ✅\n\n📜 Roadmap\n\n Add login \u0026 logout\n\n Add email verification\n\n Add QR code generation\n\n Add REST API with Django REST Framework\n\n Add Docker support\n\nAuthr - Michael.\nBuilt with ❤️ and a passion for open source.\n\n📜 License\n\nThis project is licensed under the MIT License — free to use, modify, and distribute.\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e de557bd (Worked on the README file)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-oss138%2Fdjango-openreg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael-oss138%2Fdjango-openreg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-oss138%2Fdjango-openreg/lists"}