{"id":27140328,"url":"https://github.com/pixisprod/todo-api2.0","last_synced_at":"2026-04-16T14:03:02.191Z","repository":{"id":286574967,"uuid":"961009934","full_name":"pixisprod/todo-api2.0","owner":"pixisprod","description":"Asynchronous To-Do API with JWT authentication, role-based access control, and admin tools built on FastAPI and PostgreSQL.","archived":false,"fork":false,"pushed_at":"2025-05-06T10:12:17.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T21:02:57.651Z","etag":null,"topics":["admin","alembic","fastapi","postgresql","python","rbac","security","sqlalchemy","todo"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pixisprod.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-05T15:01:50.000Z","updated_at":"2025-07-29T17:50:21.000Z","dependencies_parsed_at":"2025-04-10T00:44:57.332Z","dependency_job_id":"b904a33f-c58c-4f8b-93ab-a91976e5352e","html_url":"https://github.com/pixisprod/todo-api2.0","commit_stats":null,"previous_names":["pixisprod/todo-api2.0"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pixisprod/todo-api2.0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixisprod%2Ftodo-api2.0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixisprod%2Ftodo-api2.0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixisprod%2Ftodo-api2.0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixisprod%2Ftodo-api2.0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixisprod","download_url":"https://codeload.github.com/pixisprod/todo-api2.0/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixisprod%2Ftodo-api2.0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["admin","alembic","fastapi","postgresql","python","rbac","security","sqlalchemy","todo"],"created_at":"2025-04-08T05:51:43.809Z","updated_at":"2026-04-16T14:03:02.165Z","avatar_url":"https://github.com/pixisprod.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📌 To-Do API\n![Python](https://img.shields.io/badge/python-3.13-blue)\n![FastAPI](https://img.shields.io/badge/FastAPI-⚡-blue)\n![SQLAlchemy](https://img.shields.io/badge/SQLAlchemy-🧪-blue)\n![Alembic](https://img.shields.io/badge/Alembic-⚗-blue)\n![PostgreSQL](https://img.shields.io/badge/PostgreSQL-🐘-blue)\n\n\n## 📖 Description\nA fast and modern asynchronous To-Do API built with FastAPI and PostgreSQL.\nIncludes secure authentication with JWT, role-based access control (RBAC), and advanced admin tools for managing users and tasks efficiently.\n\n### 🔥 Highlights\n⚡ Fully asynchronous architecture for high performance  \n🔐 JWT authentication and security layer  \n🧩 Role-based access control (RBAC) — user and admin roles  \n📝 CRUD operations for tasks  \n🛠️ Admin tools to manage users and their tasks  \n🧪 SQLAlchemy + Alembic for database management  \n🐘 PostgreSQL support  \n🔬 Integrational tests for more stability\n\n---\n\n## 🔧 Features\n- Fully asynchronous\n- Authentication and security system\n- RBAC system (user, admin)\n- Task operations:\n  - View tasks\n  - Edit tasks\n  - Delete tasks\n  - Create tasks\n- Admin tools:\n  - Deactivate users\n  - Activate users\n  - View all users\n  - View tasks of all users\n\n---\n\n## 🛠 Technologies\n- **Language**: Python 3.13 🐍\n- **Framework**: FastAPI ⚡ \n- **Database**: PostgreSQL 🐘\n- **ORM**: SQLAlchemy 🧪\n- **Migrations**: Alembic ⚗\n- **Tests**: Pytest 🔬\n\n---\n\n# ⚙ How to setup and run\n\n## 📦 Preparation\n1. **Clone the repository to your folder:**\n```\ngit clone https://github.com/PixisProd/todo-api2.0.git\n```\n\n2. **Install poetry:**\n```\npip install poetry\n```\n\n3. **Install the dependencies:**\n```\npoetry install --no-root\n```\n\n4. **Download and install PostgreSQL**:\n   - Visit the [official PostgreSQL download page](https://www.postgresql.org/download/).\n   - Ensure PostgreSQL is running and note the credentials for your database setup.\n\n---\n\n## 🚀 Launch\n1. First, create a `.env` file by copying `.env.example` and filling in all the required fields.  \n*You can also configure additional parameters, such as `JWT_SECRET_KEY`, etc.*\n\n2. **Activate poetry virtual environment**:\n```\npoetry shell\n```\n\n3. **Run project**:\n```\npoetry run uvicorn src.main:app --reload\n```\n\n---\n\n# 🌌 Conclusion\nThank you for your attention. If you like the structure and implementation of the project, feel free to give it a star.  \n\n_✨ Crafted to build knowledge._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixisprod%2Ftodo-api2.0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixisprod%2Ftodo-api2.0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixisprod%2Ftodo-api2.0/lists"}