{"id":24526301,"url":"https://github.com/deep-69bits/nest-test","last_synced_at":"2026-06-23T21:32:18.207Z","repository":{"id":235919596,"uuid":"664336504","full_name":"deep-69bits/nest-test","owner":"deep-69bits","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-09T17:02:22.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T15:43:56.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/deep-69bits.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}},"created_at":"2023-07-09T16:59:25.000Z","updated_at":"2023-07-09T17:02:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb34fd82-5b0b-4e2b-ba01-3bc4d0ddd8d2","html_url":"https://github.com/deep-69bits/nest-test","commit_stats":null,"previous_names":["deep-69bits/nest-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deep-69bits/nest-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-69bits%2Fnest-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-69bits%2Fnest-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-69bits%2Fnest-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-69bits%2Fnest-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep-69bits","download_url":"https://codeload.github.com/deep-69bits/nest-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-69bits%2Fnest-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34708272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-01-22T05:33:19.106Z","updated_at":"2026-06-23T21:32:18.189Z","avatar_url":"https://github.com/deep-69bits.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo-small.svg\" width=\"200\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# NestJs Crud CRUD API 🚀\n\n[![GitHub license](https://img.shields.io/github/license/Armanidrisi/nestjs-rest-api.svg)](https://github.com/Armanidrisi/nestjs-rest-api/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/Armanidrisi/nestjs-rest-api.svg)](https://github.com/Armanidrisi/nestjs-rest-api/issues)\n[![GitHub stars](https://img.shields.io/github/stars/Armanidrisi/nestjs-rest-api.svg)](https://github.com/Armanidrisi/nestjs-rest-api/stargazers)\n\n\u003e A simple and straightforward CRUD API built with NestJS framework. 🌟\n\n## Features ✨\n\n- 🌐 Basic CRUD operations (Create, Read, Update, Delete).\n- ⚙️ Modular and scalable architecture using NestJS modules.\n- 🛠️ Built-in validation and error handling.\n- 📦 Ready-to-use configuration for database connectivity.\n- 🔄 Logging and request/response interception for debugging.\n- 🧪 Unit tests with Jest for ensuring code quality.\n\n## Installation 🛠️\n\nEnsure you have [Node.js](https://nodejs.org) and [npm](https://www.npmjs.com/) installed on your system. Then, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Armanidrisi/nestjs-rest-api.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd nestjs-rest-api\n```\n\n3. Install the dependencies:\n\n```bash\nnpm install\n```\n\n4. Set up the configuration file:\n\n```bash\ncp .env.example .env\n```\n\n5. Customize the `.env` file with your configuration settings.\n\n## Usage 🚀\n\nTo start the development server, run the following command:\n\n```bash\nnpm run start:dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000) to access the API.\n\n## API Endpoints 🛣️\n\nThe API exposes the following endpoints:\n\n- `GET /items`: Get all items.\n- `GET /items/:id`: Get a specific item by ID.\n- `POST /items`: Create a new item.\n- `PUT /items/:id`: Update an existing item.\n- `DELETE /items/:id`: Delete an item.\n\n## Testing 🧪\n\nTo run the unit tests, execute the following command:\n\n```bash\nnpm run test\n```\n\n## 🚀  Frameworks/Technologies Used\n\n- NestJS: Framework for building scalable and maintainable server-side applications.\n- PostgreSQL: Relational database management system.\n\n## Contributing 🤝\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes.\n4. Commit and push your code.\n5. Submit a pull request.\n\n## License 📝\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n## Issues 🐛\n\nIf you encounter any issues or have suggestions, please [open an issue](https://github.com/Armanidrisi/nestjs-rest-api/issues).\n\n## Stay in Touch 👋\n\n- Author: Arman Idrisi\n- Follow: [GitHub](https://github.com/Armanidrisi/)\n\nFeel free to reach out if you have any questions or feedback!\n\n---\n\nEnjoy using the Simple CRUD API! If you find it helpful, please give it a ⭐️ to show your support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-69bits%2Fnest-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep-69bits%2Fnest-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-69bits%2Fnest-test/lists"}