{"id":28414012,"url":"https://github.com/tinyhiker/qr_code","last_synced_at":"2025-07-03T13:34:18.677Z","repository":{"id":295703971,"uuid":"989401341","full_name":"tinyHiker/qr_code","owner":"tinyHiker","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-27T20:39:18.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-03T16:26:24.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tinyHiker.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}},"created_at":"2025-05-24T03:01:53.000Z","updated_at":"2025-05-27T20:39:22.000Z","dependencies_parsed_at":"2025-05-27T00:40:56.812Z","dependency_job_id":null,"html_url":"https://github.com/tinyHiker/qr_code","commit_stats":null,"previous_names":["tinyhiker/qr_code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinyHiker/qr_code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyHiker%2Fqr_code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyHiker%2Fqr_code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyHiker%2Fqr_code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyHiker%2Fqr_code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinyHiker","download_url":"https://codeload.github.com/tinyHiker/qr_code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyHiker%2Fqr_code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261378944,"owners_count":23149835,"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":[],"created_at":"2025-06-03T06:11:28.672Z","updated_at":"2025-07-03T13:34:18.665Z","avatar_url":"https://github.com/tinyHiker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devops-qr-code\n\nThis is the sample application for the DevOps Capstone Project.\nIt generates QR Codes for the provided URL, the front-end is in NextJS and the API is written in Python using FastAPI.\n\n## Application\n\n**Front-End** - A web application where users can submit URLs.\n\n**API**: API that receives URLs and generates QR codes. The API stores the QR codes in cloud storage(AWS S3 Bucket).\n\n## Running locally\n\n### API\n\nThe API code exists in the `api` directory. You can run the API server locally:\n\n- Clone this repo\n- Make sure you are in the `api` directory\n- Create a virtualenv by typing in the following command: `python -m venv .venv`\n- Install the required packages: `pip install -r requirements.txt`\n- Create a `.env` file, and add you AWS Access and Secret key, check  `.env.example`\n- Also, change the BUCKET_NAME to your S3 bucket name in `main.py`\n- Run the API server: `uvicorn main:app --reload`\n- Your API Server should be running on port `http://localhost:8000`\n\n### Front-end\n\nThe front-end code exits in the `front-end-nextjs` directory. You can run the front-end server locally:\n\n- Clone this repo\n- Make sure you are in the `front-end-nextjs` directory\n- Install the dependencies: `npm install`\n- Run the NextJS Server: `npm run dev`\n- Your Front-end Server should be running on `http://localhost:3000`\n\n\n## Goal\n\nThe goal is to get hands-on with DevOps practices like Containerization, CICD and monitoring.\n\nLook at the capstone project for more detials.\n\n## Author\n\n[Taha Iqbal](https://github.com/tinyHiker)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyhiker%2Fqr_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinyhiker%2Fqr_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyhiker%2Fqr_code/lists"}