{"id":15136794,"url":"https://github.com/itznotabug/appexpress","last_synced_at":"2025-10-26T19:03:57.364Z","repository":{"id":234940115,"uuid":"789773465","full_name":"ItzNotABug/appexpress","owner":"ItzNotABug","description":"An express.js like framework for Appwrite Functions, enabling super-easy navigation!","archived":false,"fork":false,"pushed_at":"2024-05-22T08:54:56.000Z","size":168,"stargazers_count":29,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T12:13:05.184Z","etag":null,"topics":["appwrite","appwrite-function","appwrite-functions-navigation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItzNotABug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-21T14:20:14.000Z","updated_at":"2024-06-19T17:58:27.606Z","dependencies_parsed_at":"2024-05-02T09:53:30.857Z","dependency_job_id":"6a30f71e-17d2-4dd8-af31-94140a2e8530","html_url":"https://github.com/ItzNotABug/appexpress","commit_stats":null,"previous_names":["itznotabug/appexpress"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzNotABug%2Fappexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzNotABug%2Fappexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzNotABug%2Fappexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzNotABug%2Fappexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItzNotABug","download_url":"https://codeload.github.com/ItzNotABug/appexpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229724314,"owners_count":18114425,"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":["appwrite","appwrite-function","appwrite-functions-navigation"],"created_at":"2024-09-26T06:41:19.704Z","updated_at":"2025-10-26T19:03:57.322Z","avatar_url":"https://github.com/ItzNotABug.png","language":"JavaScript","readme":"# AppExpress \u003cimg src=\"rocket.png\" width=\"30\" style=\"vertical-align: middle;\"/\u003e\n\n![GitHub stars](https://img.shields.io/github/stars/ItzNotABug/appexpress?style=flat)\n![GitHub forks](https://img.shields.io/github/forks/ItzNotABug/appexpress?style=flat)\n![GitHub issues](https://img.shields.io/github/issues/ItzNotABug/appexpress)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/ItzNotABug/appexpress)\n![GitHub license](https://img.shields.io/github/license/ItzNotABug/appexpress)\n![GitHub Release](https://img.shields.io/github/v/release/ItzNotABug/appexpress)\n![Source CI](https://img.shields.io/github/actions/workflow/status/ItzNotABug/appexpress/source.yaml?label=source-build)\n![Functions CI](https://img.shields.io/github/actions/workflow/status/ItzNotABug/appexpress/function.yaml?label=function-build)\n![NPM Downloads](https://img.shields.io/npm/dm/@itznotabug/appexpress)\n![Node.js](https://img.shields.io/badge/Node.js-brightgreen?style=flat\u0026logo=node.js\u0026logoColor=white)\n![Appwrite](https://img.shields.io/badge/Appwrite-FD366E?style=flat\u0026logo=appwrite\u0026logoColor=white)\n\n**AppExpress** is a lightweight framework, inspired by `express.js` and meticulously designed for Appwrite Functions. It\nsimplifies creating server-like functionalities through an intuitive API that simplifies routing, middleware\nintegration, and more.\n\n\u003e [!NOTE]\n\u003e **This package is compatible with Appwrite server version 1.6.x.**\n\n### Documentation\n\nFor installation instructions and additional resources, please visit\nthe [Wiki Page](https://github.com/ItzNotABug/appexpress/wiki).\n\n### Integrations\n\nCheckout the [appexpress-essentials](https://github.com/itznotabug/appexpress-essentials) repository for middlewares,\nview-engines and more.\n\n### Live Action Demo\n\nDiscover AppExpress in action through a demo:\n\n- [AppExpress](https://appexpress.appwrite.global)\n- [All AppExpress Routes](https://appexpress.appwrite.global/routes)\n\n### How to Contribute\n\nYour contributions are valued, whether it's reporting issues or suggesting enhancements!\n\n- #### Reporting Issues\n\n  Encounter a bug or have a suggestion? Please file it via\n  the [issue tracker](https://github.com/ItzNotABug/appexpress/issues).\n\n- #### Submitting Pull Requests\n\n  Want to make contributions? Here’s how you can do so effectively:\n\n    1. **Fork the Repository \u0026 Create a Branch**\n        - Fork the repo and start from a new branch.\n        - Name your branch appropriately:\n            - Bug fixes: `fix-issueNumber-description` (e.g., `fix-11-remove-excess-forward-slashes`)\n            - Feature additions: `feat-issueNumber-description` (e.g., `feat-09-add-view-engine-support`)\n            - Documentation tweaks: Clearly state the nature of your updates.\n\n    2. **Develop \u0026 Test**\n        - Implement your changes and ensure code quality by running `pnpm lint`.\n        - Resolve any formatting issues with `pnpm format`.\n        - For new features or refactoring, add and run tests using `pnpm build \u0026\u0026 pnpm tests`.\n\n    3. **Open a Pull Request**\n        - Ensure you're assigned to the issue before proceeding to PR.\n\n### Support the Project\n\nGive the project a ⭐️ to show your support!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitznotabug%2Fappexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitznotabug%2Fappexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitznotabug%2Fappexpress/lists"}