{"id":19190226,"url":"https://github.com/macktireh/easyeatsonline","last_synced_at":"2026-04-13T00:40:06.168Z","repository":{"id":61063121,"uuid":"548053664","full_name":"Macktireh/EasyEatsOnline","owner":"Macktireh","description":"EasyEatsOnline is an online food service project based on Flask and Flask-RESTx, providing a user-friendly and simplified culinary experience. The project is designed with an architecture inspired by Spring Boot, ensuring a robust and modular structure for development. PostgreSQL is used as the database to store essential information.","archived":false,"fork":false,"pushed_at":"2025-07-27T19:04:12.000Z","size":716,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T21:23:26.428Z","etag":null,"topics":["api","api-rest","docker","easy-eats","flask","flask-restx","postgresql","python"],"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/Macktireh.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}},"created_at":"2022-10-08T20:54:58.000Z","updated_at":"2023-12-25T23:45:17.000Z","dependencies_parsed_at":"2023-11-06T09:45:25.231Z","dependency_job_id":"b51364df-d425-4c45-b940-f99f3e34ab2d","html_url":"https://github.com/Macktireh/EasyEatsOnline","commit_stats":null,"previous_names":["macktireh/easyeatsonline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Macktireh/EasyEatsOnline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyEatsOnline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyEatsOnline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyEatsOnline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyEatsOnline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Macktireh","download_url":"https://codeload.github.com/Macktireh/EasyEatsOnline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyEatsOnline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","api-rest","docker","easy-eats","flask","flask-restx","postgresql","python"],"created_at":"2024-11-09T11:33:24.475Z","updated_at":"2026-04-13T00:40:06.147Z","avatar_url":"https://github.com/Macktireh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyEatsOnline\n\nEasyEatsOnline is an online food service platform built with Flask and Flask-RESTx. It offers a user-friendly and streamlined culinary experience, leveraging a modular architecture inspired by Spring Boot. PostgreSQL is utilized as the primary database for secure and efficient data storage.\n\n\n## Features\n\n### User Authentication\n\n- Signup: Users can create accounts to access the platform.\n- Login: Secure user login for authenticated sessions.\n- Token Refresh: Ability to refresh authentication tokens.\n\n### Shopping Cart\n\n- Add to Cart: Users can add products to their shopping cart.\n- Delete from Cart: Remove items from the shopping cart.\n- Retrieve Cart: View the current state of the shopping cart.\n\n### Product Management\n\n- List Products: Retrieve a list of available products.\n- Create Product: Add new products to the platform.\n- Update Product: Modify existing product details.\n- Delete Product: Remove products from the system.\n\n### Category Management\n\n- List Categories: Retrieve a list of available product categories.\n- Create Category: Add new categories.\n- Update Category: Modify existing category details.\n- Delete Category: Remove categories from the system.\n\n### Order Management\n\n- List Orders: View a list of placed orders.\n- Update Order Quantity: Modify the quantity of products in an order.\n\n### User Management\n- List Users: Retrieve a list of registered users.\n- Update Current User: Modify details of the currently authenticated user.\n\n### API Documentation\n\n- Swagger UI: Access detailed API documentation for developers at http://localhost:5000/api/docs.\n- Swagger specifications: Go to Swagger specifications at http://localhost:5000/api/swagger.json.\n\n\n## Prerequisites\n\nEnsure you have the following installed:\n\n- Python 3.10 or later\n- Poetry: Dependency management tool\n- Dependencies listed in `pyproject.toml`\n- Docker (optional): For containerization\n- SQLite (default) or PostgreSQL: Database for data storage\n\n\n## Installation\n\n### 1. Clone the repository:\n```bash\ngit clone https://github.com/Macktireh/EasyEatsOnlineApi.git\n```\n\n```bash\ncd EasyEatsOnlineApi\n```\n\n### 2. Copy the `.env.example` file to `.env` and configure the environment variables as needed.\n\n### 3. With Docker\n\n1. Build and run the Docker containers:\n    ```bash\n    docker-compose up --build\n    ```\n\n### 4. Without Docker\n\n1. Create a virtual environment and install dependencies:\n    ```bash\n    poetry install\n    ```\n\n2. Apply database migrations:\n\n    ```bash\n    poetry run flask db upgrade\n    ```\n\n3. Run the application:\n\n    ```bash\n    poetry run flask run\n    ```\n\n### 5. Access the Application\n\nVisit [http://localhost:5000](http://localhost:5000) in your web browser.\n\n\n\n## Testing\n\nRun tests with the following command:\n\n```bash\npoetry run flask test\n```\n\n\n## Postman Collection\n\nGenerate the Postman collection with the following command:\n\n```bash\npoetry run flask postman --export=True\n```\n\nThe collection will be available in the postman directory.\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Feasyeatsonline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacktireh%2Feasyeatsonline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Feasyeatsonline/lists"}