{"id":23038777,"url":"https://github.com/kauefraga/quicky-server","last_synced_at":"2026-04-16T10:32:24.981Z","repository":{"id":61466435,"uuid":"551225072","full_name":"kauefraga/quicky-server","owner":"kauefraga","description":"☂ A fast json server built to be flexible and easy-to-use. Inspired in json-server.","archived":false,"fork":false,"pushed_at":"2022-12-23T22:30:04.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T02:14:45.929Z","etag":null,"topics":["api","api-graphql","backend","backend-server","frontend","frontend-tooling","graphql","helper-tool","json","json-server","nodejs","server","typescript"],"latest_commit_sha":null,"homepage":"https://npm.im/quicky-server","language":"TypeScript","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/kauefraga.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":"2022-10-14T03:06:00.000Z","updated_at":"2022-12-23T22:23:02.000Z","dependencies_parsed_at":"2023-01-30T19:45:47.118Z","dependency_job_id":null,"html_url":"https://github.com/kauefraga/quicky-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kauefraga/quicky-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fquicky-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fquicky-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fquicky-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fquicky-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/quicky-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fquicky-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267408188,"owners_count":24082511,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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","api-graphql","backend","backend-server","frontend","frontend-tooling","graphql","helper-tool","json","json-server","nodejs","server","typescript"],"created_at":"2024-12-15T18:25:24.330Z","updated_at":"2026-04-16T10:32:19.939Z","avatar_url":"https://github.com/kauefraga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003eQuicky Server\u003c/code\u003e\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e☂ A fast json server built to be flexible and easy-to-use. Inspired in json-server.  ☂\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg\n      alt=\"GitHub top language\"\n      src=\"https://img.shields.io/github/languages/top/kauefraga/quicky-server.svg\"\n    /\u003e\n    \u003cimg\n      alt=\"Repository size\"\n      src=\"https://img.shields.io/github/repo-size/kauefraga/quicky-server.svg\"\n    /\u003e\n    \u003ca href=\"https://github.com/kauefraga/quicky-server/commits/main\"\u003e\n      \u003cimg\n        alt=\"GitHub last commit\"\n        src=\"https://img.shields.io/github/last-commit/kauefraga/quicky-server.svg\"\n      /\u003e\n    \u003c/a\u003e\n    \u003cimg\n      alt=\"GitHub LICENSE\"\n      src=\"https://img.shields.io/github/license/kauefraga/quicky-server.svg\"\n    /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- **Fancy UI**: A minimal UI that exposes everything you need\n- **Colorized Outputs**: Everything looks better with some colors\n- **Nice help**: If you need some help, just use `quicky-server -h`\n- **No config**: You can give it a .json from the web (like [this](https://raw.githubusercontent.com/kauefraga/quicky-server/main/mock/users.json))\n- **Configured CORS**: Connect it with all your applications\n- **Software Architecture**:\n  - [x] Restful\n  - [x] GraphQL\n  - [ ] RPC\n\n## ⬇️ How to install and use it\n\n```bash\nnpm install -g quicky-server\nquicky-server --port \u003cport\u003e --json \u003cpath || url\u003e\n\n# Or\n\nnpx quicky-server -p \u003cport\u003e -j \u003cpath || url\u003e\n\n# Example (restful)\nnpx quicky-server -p 8080 -j https://raw.githubusercontent.com/kauefraga/quicky-server/main/mock/users.json\n\n# Example (graphql)\nnpx quicky-server --graphql -j https://raw.githubusercontent.com/kauefraga/quicky-server/main/mock/users.json\n```\n\n## ⬇️ How to develop and contribute\n\n```bash\ngit clone https://github.com/kauefraga/quicky-server.git\ncd quicky-server\n\nnpm install\nnpm run dev -j mock/users.json # -h\n```\nYou are welcome to open issues and pull requests!\n\n## 💻 Technologies\n\n- [NodeJS](https://nodejs.org) - A runtime based on V8 JavaScript\n  - 🌐 [HTTP](https://nodejs.org/api/http.html) - The native http\n  - 🗃 [FS](https://nodejs.org/api/fs.html) - The file system\n  - 🗺 [Path](https://nodejs.org/api/path.html) - A way to manipulate paths much easier (cross platform)\n- 🤖 [Commander](https://npm.im/commander) - The command line helper\n- 🔮 [Express](https://expressjs.com) - \"Fast, minimalist web framework for Nodejs...\"\n- 🌠 [GraphQL](https://npm.im/graphql) - A software architecture different from restful\n- 🧙‍♂️ [Apollo Server](https://npm.im/apollo-server) - A GraphQL server\n- 💄 Code styling with [Eslint](https://eslint.org)\n  - https://www.npmjs.com/package/eslint-config-airbnb-base\n  - https://www.npmjs.com/package/eslint-config-airbnb-typescript\n- ⚗️ [Vitest](https://vitest.dev) - Test runner that implements Jest but with its own ESbuider (out of box typescript, esmodules...)\n- 👩‍💻 [Typescript](https://typescriptlang.org) + [TS-Node-Dev](https://npm.im/ts-node-dev) - Improve dev experience by adding type safety\n\n## 📑 Coming soon...\n\n- Create a server with GraphQL support\n- Watch .json changes (here we'll need [Chokidar](https://www.npmjs.com/package/chokidar))\n\n## 📝 License\n\nThis project is licensed under the MIT License - See the [LICENSE](https://github.com/kauefraga/quicky-server/blob/main/LICENSE) for more information.\n\n---\n\n\u003cdiv align=\"center\" display=\"flex\"\u003e\n  \u003cimg alt=\"Built with love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\n  \u003cimg alt=\"Powered by coffee\" src=\"https://forthebadge.com/images/badges/powered-by-coffee.svg\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fquicky-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fquicky-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fquicky-server/lists"}