{"id":23909819,"url":"https://github.com/nrcool/express-server-kit","last_synced_at":"2026-06-29T00:30:17.275Z","repository":{"id":163853618,"uuid":"637946156","full_name":"nrcool/express-server-kit","owner":"nrcool","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-11T07:18:03.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-14T13:02:40.146Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nrcool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-08T18:49:06.000Z","updated_at":"2024-08-17T17:13:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"33a4e9df-ae23-4fff-9753-b707cdcf21ff","html_url":"https://github.com/nrcool/express-server-kit","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"5e23d3a7158efe63d9442a303cc6384d44e9f00a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrcool%2Fexpress-server-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrcool%2Fexpress-server-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrcool%2Fexpress-server-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrcool%2Fexpress-server-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrcool","download_url":"https://codeload.github.com/nrcool/express-server-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240347766,"owners_count":19787231,"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-01-05T06:33:36.183Z","updated_at":"2026-06-29T00:30:17.231Z","avatar_url":"https://github.com/nrcool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![boilerplate](/boilerplate.png)\n\n# express-server-kit\n\n[![VERSION](https://img.shields.io/badge/version-1.0.1-brightgreen)](https://www.npmjs.com/package/express-server-kit)\n\n[![LICENSE](https://img.shields.io/badge/LICENSE-MIT-orange)](https://www.npmjs.com/package/express-server-kit)\n\n[![AUTHOR](https://img.shields.io/badge/AUTHOR-NAQVI-yellow)](https://www.npmjs.com/package/express-server-kit)\n# Express-Server Boilerplate\n\nA boilerplate/starter project for quickly building RESTful APIs using Node.js, Express, and Mongoose.\n\nBy running a single command, you will get a production-ready Node.js app installed and fully configured on your machine.\n\n## Installation 🏭\n\n```bash\n$ npm install -g express-server-kit\n```\nOR\n\n```bash\n$ npx express-server-kit project_name\n```\n## Quick Start 🏃‍♂️\n\nThe quickest way to get started with express is to utilize the executable `express-server` to generate an application as shown below:\n\n create (and start) the app (in `project_name` folder):\n\n```bash\n$ express-server project_name\n$ cd project_name\n$ npm run dev\n```\nOR Create (and start) the app in current folder:\n\n```bash\n$ express-server .\n$ npm run dev\n```\n\nThis will basically create this structure in your folder\n\n```bash\n.....................................\n├── .env\n├── .gitignore\n├── app.js\n├── node_modules\n|    └── ....\n├── package-lock.json\n├── package.json\n├── routes\n|    └── indexRoute.js\n|    └── userRoutes.js\n├── controllers\n|    └── indexControllers.js\n|    └── userControllers.js.js\n├── models\n|    └── userModels.js\n├── views\n|    └── index.html\n.....................................\n```\n\n## Environment Variables\n\nThe environment variables can be found and modified in the  `.env`  file. They come with these default values:\n\n```js\n#port\nPORT=4000\n\n#mongodb uri\nURI=mongodb://127.0.0.1:27017\n\n#mongodb database\nDB=my_database\n``` \n\n## What dependencies it installs ?\n\n- **express** - express framework\n- **mongoose** - Mongoose(MongoDB object modeling tool) \n- **dotenv** - for env variables\n- **cors** - enable CORS \n- **http-errors** - to create http errors\n- **morgan** - to log http requests\n- **nodemon** (dev) - monitors changes in files\n\n## Author ✍️\n[**Naqvi 🇩🇪  **](https://github.com/nrcool)\n\n## Contribute 🤝\n\nYou can fork this repo and send me a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrcool%2Fexpress-server-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrcool%2Fexpress-server-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrcool%2Fexpress-server-kit/lists"}