{"id":16611951,"url":"https://github.com/valerybugakov/hars-service","last_synced_at":"2025-03-21T14:31:08.489Z","repository":{"id":43547366,"uuid":"221007414","full_name":"valerybugakov/hars-service","owner":"valerybugakov","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-24T00:45:30.000Z","size":2193,"stargazers_count":5,"open_issues_count":33,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T07:04:50.081Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valerybugakov.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}},"created_at":"2019-11-11T15:09:35.000Z","updated_at":"2023-03-04T04:38:19.000Z","dependencies_parsed_at":"2023-02-13T06:30:36.669Z","dependency_job_id":null,"html_url":"https://github.com/valerybugakov/hars-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fhars-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fhars-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fhars-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerybugakov%2Fhars-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valerybugakov","download_url":"https://codeload.github.com/valerybugakov/hars-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141444,"owners_count":20404837,"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":"2024-10-12T01:40:20.010Z","updated_at":"2025-03-21T14:31:08.167Z","avatar_url":"https://github.com/valerybugakov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HARs service\n\n[![Awesome NestJS](https://img.shields.io/badge/Awesome-NestJS-blue.svg?longCache=true\u0026style=flat-square)](https://github.com/juliandavidmr/awesome-nestjs)\n\n\u003e This is an ever-evolving, very opinionated architecture and dev environment for new node projects using [NestJS](https://nestjs.com). Questions, feedback, and for now, even bikeshedding are welcome. 😄\n\n## Getting started\n\n```bash\n# 1. Clone the repository or click on \"Use this template\" button.\ngit clone https://github.com/NarHakobyan/awesome-nest-boilerplate.git my-new-project\n\n# 2. Enter your newly-cloned folder.\ncd my-new-project\n\n# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)\nyarn\n\n# 4. Run development server and open http://localhost:3000\nyarn start:dev\n\n# 5. Read the documentation linked below for \"Setup and development\".\n```\n\n## Features\n\n\u003cdl\u003e\n  \u003cdt\u003e\u003cb\u003eQuick scaffolding\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eCreate modules, services, controller - right from the CLI!\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eInstant feedback\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eEnjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes are reflected instantaneously.\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eJWT Authentication\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eInstalled and configured JWT authentication.\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eNext generation Typescript\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eAlways up to date typescript version.\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eIndustry-standard routing\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eIt's natural to want to add pages (e.g. /about`) to your application, and routing makes this possible.\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eEnvironment Configuration\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003edevelopment, staging and production environment configurations\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eSwagger Api Documentation\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003eAlready integrated API documentation. To see all available endpoints visit http://localhost:3000/documentation\u003c/dd\u003e\n\n  \u003cdt\u003e\u003cb\u003eLinter\u003c/b\u003e\u003c/dt\u003e\n  \u003cdd\u003etslint + eslint + prettier = ❤️\u003c/dd\u003e\n\u003c/dl\u003e\n\n## Documentation\n\nThis project includes a `docs` folder with more details on:\n\n1.  [Setup and development](https://narhakobyan.github.io/awesome-nest-boilerplate/docs/development.html#first-time-setup)\n1.  [Architecture](https://narhakobyan.github.io/awesome-nest-boilerplate/docs/architecture.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerybugakov%2Fhars-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalerybugakov%2Fhars-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerybugakov%2Fhars-service/lists"}