{"id":17645409,"url":"https://github.com/harshsinghvi/queapi","last_synced_at":"2026-05-01T08:32:24.533Z","repository":{"id":53624135,"uuid":"314812561","full_name":"harshsinghvi/queapi","owner":"harshsinghvi","description":"Que Implementation Using API in Python.","archived":false,"fork":false,"pushed_at":"2021-03-20T05:31:49.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T07:14:56.113Z","etag":null,"topics":["api","flask","mongodb","python","que","rest","rest-api"],"latest_commit_sha":null,"homepage":"https://queapi.vercel.app/","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/harshsinghvi.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}},"created_at":"2020-11-21T12:58:29.000Z","updated_at":"2020-12-09T14:17:52.000Z","dependencies_parsed_at":"2022-09-14T14:22:28.755Z","dependency_job_id":null,"html_url":"https://github.com/harshsinghvi/queapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshsinghvi/queapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Fqueapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Fqueapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Fqueapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Fqueapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshsinghvi","download_url":"https://codeload.github.com/harshsinghvi/queapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Fqueapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","flask","mongodb","python","que","rest","rest-api"],"created_at":"2024-10-23T10:56:11.904Z","updated_at":"2026-05-01T08:32:24.517Z","avatar_url":"https://github.com/harshsinghvi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 [QueAPI](https://stackapi.projects.harshsinghvi.com/)\n\nQue Implementation Using API in Python.\n\n\u003e A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First Out (FIFO). A good example of a queue is any queue of consumers for a resource where the consumer that came first is served first. The difference between stacks and queues is in removing. In a stack we remove the item the most recently added; in a queue, we remove the item the least recently added.\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](hhttps://github.com/harshsinghvi/queapi)\n[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://github.com/harshsinghvi/queapi/blob/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/harshsinghvi/queapi)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/harshsinghvi/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/harshsinghvi/UniversalGPIO/graphs/commit-activity)\n\n[![GitHub forks](https://img.shields.io/github/forks/harshsinghvi/UniversalGPIO.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://GitHub.com/harshsinghvi/queapi/network/)\n[![GitHub stars](https://img.shields.io/github/stars/harshsinghvi/UniversalGPIO.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://GitHub.com/harshsinghvi/queapi/stargazers/)\n[![GitHub watchers](https://img.shields.io/github/watchers/harshsinghvi/UniversalGPIO.svg?style=social\u0026label=Watch\u0026maxAge=2592000)](https://GitHub.com/Naereen/harshsinghvi/queapi/watchers/)\n\n## 🚀 Deployments\n\n* **Production Build** [https://quekapi.vercel.app](https://queapi.vercel.app)\n\n\u003e Check out Latest Production Version [https://queapi.vercel.app](https://queapi.vercel.app) (Using Serverless Functions and MongoDB).\n\n* Old deployment [https://queapi-app.herokuapp.com/](https://queapi-app.herokuapp.com/) (Old with some Bugs).\n\n## 📘 API Documentation\n\n| Resource        | Parameters     | Response     | Description |\n| --------------- | -------------- | ------------ | ----------- |\n| `/`             | `None`         | Html         | Web App to visualize QueAPI.    |\n| `GET /que`      | `None`         | Json         | Get complete queue in Json format. |\n| `GET /get`      | `None`         | Json         | POP the element in the Que.      |\n| `GET /put`      | `data`         | Json         | PUSH an element in the Que (`/push?data=\u003celement\u003e`). |\n\n## Usage\n\n* Clone the repo `git clone https://github.com/harshsinghvi/stackapi \u0026\u0026 cd stackapi`\n* Edit `sample.config.py`\n\n  - Change the mongo MONGO_DB_URI\n  - Rename to *`config.py`*\n  - `mv sample.config.py config.py`\n\n* Install depndencies `pip install -r requirements.txt`\n* Run flask server `python index.py`\n\n\u003e __[Optional]__ To deploy it to vercel using serverless functions Install **Vercel cli** and deploy to production by running `vercel --prod`.\n\n## ✨ Features\n\n* Serverless\n* Made Using JAM Stack\n* Static Web UI\n\n## 👾 Contributors\n\n### 👨‍💻[Harsh Singhvi](https://harshsinghvi.com)\n\n[![Twitter][1.1]][1]\n[![Facebook][2.1]][2]\n[![Github][3.1]][3]\n[![LinkedIn][4.1]][4]\n\n[1.1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)\n[2.1]: http://i.imgur.com/fep1WsG.png (facebook icon without padding)\n[3.1]: http://i.imgur.com/9I6NRUm.png (github icon without padding)\n[4.1]: https://raw.githubusercontent.com/MartinHeinz/MartinHeinz/master/linkedin-3-16.png (LinkedIn icon without padding)\n\n[1]: http://www.twitter.com/harshsinghvi29\n[2]: http://www.facebook.com/insomniaccoderharsh\n[3]: http://www.github.com/harshsinghvi\n[4]: https://www.linkedin.com/in/harsh-singhvi/\n\n## 📜 Refrences\n\n* [Deploying a Serverless Flask app to Vercel](https://dev.to/andrewbaisden/how-to-deploy-a-python-flask-app-to-vercel-2o5k)\n* [Env Variables in Python](https://www.askpython.com/python/environment-variables-in-python)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshsinghvi%2Fqueapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshsinghvi%2Fqueapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshsinghvi%2Fqueapi/lists"}