{"id":42421773,"url":"https://github.com/kir-dev/sprint-review-app","last_synced_at":"2026-01-28T02:59:22.343Z","repository":{"id":238339047,"uuid":"796351780","full_name":"kir-dev/sprint-review-app","owner":"kir-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-21T18:45:10.000Z","size":700,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T19:35:08.198Z","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/kir-dev.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":"2024-05-05T17:27:56.000Z","updated_at":"2024-11-16T18:38:35.000Z","dependencies_parsed_at":"2024-08-12T11:11:35.784Z","dependency_job_id":"bee7ef31-a533-40ad-a487-effb96daed99","html_url":"https://github.com/kir-dev/sprint-review-app","commit_stats":null,"previous_names":["kir-dev/sprint-review-app"],"tags_count":0,"template":false,"template_full_name":"kir-dev/next-nest-template","purl":"pkg:github/kir-dev/sprint-review-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fsprint-review-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fsprint-review-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fsprint-review-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fsprint-review-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kir-dev","download_url":"https://codeload.github.com/kir-dev/sprint-review-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fsprint-review-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28835646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-28T02:59:20.381Z","updated_at":"2026-01-28T02:59:22.338Z","avatar_url":"https://github.com/kir-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS + NextJS Starter Project by Kir-Dev\n\nThis is a starter project for a fullstack application using NestJS and NextJS.\nIt includes a basic setup for a NestJS as backend and a NextJS as frontend,\nincluding shadcn/ui, ESLint, Prettier, and GitHub Actions.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 20\n- Yarn 1.22\n\n### Installation\n\nYou only need to install dependencies in the root directory.\n\n```bash\nyarn install\n```\n\n### Linter and Formatter Configuration\n\nIt is a must to use ESLint and Prettier in this project.\n\nSet up ESLint and Prettier in your IDE and check `fix on save` or `format on save` options.\n\nYou can run the following commands to check linting and formatting issues.\n\n```bash\nyarn lint\n# or\nyarn lint:fix\n```\n\n```bash\nyarn format:check\n# or\nyarn format\n```\n\n### Development\n\n#### Backend\n\nMake sure to copy `.env.example` in the backend folder and name the new file `.env`.\n\nAfter that, we should apply our database schema to the database itself, so run:\n\n```bash\nyarn setup:db:dev\n```\n\n#### Local start\n\nYou can run the backend and frontend separately.\n\n```bash\nyarn start:backend # Starts on http://localhost:3001\n```\n\n```bash\nyarn start:frontend # Starts on http://localhost:3000\n```\n\n### After Development\n\nYou can build the frontend and run the application.\n\n```bash\nyarn build:frontend\n```\n\nOr build the backend.\n\n```bash\nyarn build:backend\n```\n\nThere are recommended GitHub Actions workflows for this setup, which will fail if one of the following commands fails:\n\n```bash\nyarn lint\n```\n\n```bash\nyarn format:check\n```\n\n```bash\nyarn build:backend\n```\n\n### If you don't have Postgres installed, but have Docker\n\nRun this command to spin up a container with Postgres. The `.env` file is already modified to have the appropriate connection URL.\n\n```bash\ndocker volume create sprintreview_db_folder\ndocker-compose up --build -d\n```\n\nNow you can start the dev backend with `yarn start:backend`.\n\n## Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fsprint-review-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkir-dev%2Fsprint-review-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fsprint-review-app/lists"}