{"id":24501426,"url":"https://github.com/omar-aldesi/fast-ecommerce","last_synced_at":"2026-04-11T21:45:13.732Z","repository":{"id":250731115,"uuid":"835307875","full_name":"omar-aldesi/fast-ecommerce","owner":"omar-aldesi","description":"A robust and scalable e-commerce backend built with FastAPI, featuring real-time notifications, background task processing, and containerized deployment.","archived":false,"fork":false,"pushed_at":"2024-08-02T21:20:43.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T22:35:03.041Z","etag":null,"topics":["docker","ecommerce","fastapi","postgresql","python","rest-api"],"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/omar-aldesi.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":"2024-07-29T15:09:50.000Z","updated_at":"2024-08-02T21:22:38.000Z","dependencies_parsed_at":"2024-08-02T23:44:22.575Z","dependency_job_id":null,"html_url":"https://github.com/omar-aldesi/fast-ecommerce","commit_stats":null,"previous_names":["omar-aldesi/fast-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-aldesi%2Ffast-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-aldesi%2Ffast-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-aldesi%2Ffast-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-aldesi%2Ffast-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omar-aldesi","download_url":"https://codeload.github.com/omar-aldesi/fast-ecommerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243698136,"owners_count":20333063,"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":["docker","ecommerce","fastapi","postgresql","python","rest-api"],"created_at":"2025-01-21T22:29:24.497Z","updated_at":"2026-04-11T21:45:08.694Z","avatar_url":"https://github.com/omar-aldesi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛍️ FastAPI E-Commerce Backend\n\n[![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)](https://fastapi.tiangolo.com/)\n[![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://www.docker.com/)\n[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)](https://www.postgresql.org/)\n\nA robust and scalable e-commerce backend built with FastAPI, featuring real-time notifications, background task processing, and containerized deployment.\n\n## 🌟 Features\n\n- 🔐 User authentication and authorization\n- 🛒 Product management and categorization\n- 📦 Order processing and tracking\n- 🚚 Shipping integration\n- 💳 Secure payment processing\n- 🔔 Real-time notifications via WebSockets\n- 🔄 Background task processing\n- 🐳 Containerized with Docker for easy deployment\n- 🌟 REST api\n- 🌟 Caching System \n\n\n## 🛠️ Technologies Used\n\n- FastAPI\n- PostgreSQL\n- Docker\n- WebSockets\n- Asyncio\n- Alembic (for database migrations)\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n    git clone https://github.com/your-username/fast-ecommerce.git\n    cd fast-ecommerce\n\n2. Set up environment variables:\n    Edit the `.env` file with your configuration.\n\n3. Build and run the Docker containers:\n    docker-compose up --build\n\n4. Access the API documentation at:\n    `http://localhost:8000/docs` / `http://localhost:8000/redoc/` / `http://localhost:8000/rapidoc`\n\n## 📚 API Documentation\n\nOur API provides comprehensive endpoints for managing all aspects of the e-commerce platform:\n\n- 👤 User Management\n- 🏷️ Product Catalog\n- 🛒 Shopping Cart\n- 📦 Order Processing\n- 🚚 Shipping\n- 💰 Payment Integration\n- 🔔 Real-time Notifications\n\nFor detailed API documentation, please refer to the Swagger UI at `/docs` or ReDoc at `/redoc` when running the application.\n\n## 🔧 Development\n\nTo run the application in development mode:\n\n1. Install dependencies:\n    pip install -r requirements.txt\n\n2. Run the FastAPI server:\n    uvicorn main:app --reload\n\n3. For database migrations:\n    alembic upgrade head\n\n## 🧪 Testing\n\nRun tests using pytest:\n    pytest\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License .\n\n## 📞 Contact\n\nFor any queries or support, please open an issue or contact [omar.desi.100@gmail.com].\n\n---\n\nHappy coding! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-aldesi%2Ffast-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomar-aldesi%2Ffast-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-aldesi%2Ffast-ecommerce/lists"}