{"id":25096504,"url":"https://github.com/admin-313/minio-test-app","last_synced_at":"2026-05-06T22:02:41.836Z","repository":{"id":268851722,"uuid":"905648380","full_name":"admin-313/minio-test-app","owner":"admin-313","description":"Demonstration Project for FastAPI as backend and Angular as frontend. MinIO as the database and NginX for a reverse proxy","archived":false,"fork":false,"pushed_at":"2025-01-09T09:20:54.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T16:41:04.576Z","etag":null,"topics":["angular","docker-compose","fastapi","minio","nginx-proxy"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/admin-313.png","metadata":{"files":{"readme":"README","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":"2024-12-19T08:52:26.000Z","updated_at":"2024-12-20T13:59:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab282d93-f6f4-4f01-989e-2213688e2205","html_url":"https://github.com/admin-313/minio-test-app","commit_stats":null,"previous_names":["admin-313/minio-test-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-313%2Fminio-test-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-313%2Fminio-test-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-313%2Fminio-test-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-313%2Fminio-test-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/admin-313","download_url":"https://codeload.github.com/admin-313/minio-test-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741187,"owners_count":20826063,"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":["angular","docker-compose","fastapi","minio","nginx-proxy"],"created_at":"2025-02-07T16:38:16.039Z","updated_at":"2026-05-06T22:02:36.802Z","avatar_url":"https://github.com/admin-313.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinIO Test App\n\nThis is a test project designed to integrate various technologies to create a web application. The primary goal is to explore and demonstrate the interoperability of these technologies.\n\n## Technologies Used\n\n- **FastAPI**: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.\n- **Angular**: A platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.\n- **MinIO**: A high-performance, S3 compatible object storage system.\n- **Nginx**: A high-performance HTTP server, reverse proxy, and IMAP/POP3 proxy server.\n\n## Purpose\n\nThe purpose of this project is to put these technologies together to create a functional web application. This involves setting up a backend with FastAPI, a frontend with Angular, object storage with MinIO, and serving the application using Nginx.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.6+\n- Node.js and npm\n- Docker (for MinIO and Nginx)\n\n### Installation\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/yourusername/minio-test-app.git\n    cd minio-test-app\n    ```\n\n2. **Backend (FastAPI)**:\n    ```bash\n    cd backend\n    pip install -r requirements.txt\n    uvicorn main:app --reload\n    ```\n\n3. **Frontend (Angular)**:\n    ```bash\n    cd frontend\n    npm install\n    ng serve\n    ```\n\n4. **MinIO**:\n    ```bash\n    docker run -p 9000:9000 -d --name minio \\\n      -e \"MINIO_ACCESS_KEY=youraccesskey\" \\\n      -e \"MINIO_SECRET_KEY=yoursecretkey\" \\\n      minio/minio server /data\n    ```\n\n5. **Nginx**:\n    ```bash\n    docker run -p 80:80 -d --name nginx \\\n      -v /path/to/nginx.conf:/etc/nginx/nginx.conf:ro \\\n      nginx\n    ```\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgements\n\n- [FastAPI](https://fastapi.tiangolo.com/)\n- [Angular](https://angular.io/)\n- [MinIO](https://min.io/)\n- [Nginx](https://www.nginx.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmin-313%2Fminio-test-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmin-313%2Fminio-test-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmin-313%2Fminio-test-app/lists"}