{"id":26537289,"url":"https://github.com/romaleev/monorepo-template","last_synced_at":"2026-04-01T17:35:11.193Z","repository":{"id":283037220,"uuid":"942559526","full_name":"romaleev/monorepo-template","owner":"romaleev","description":"Monorepo Template | React, Node.js, Typescript, Vite, Zustand, Docker, I18next, Playwright","archived":false,"fork":false,"pushed_at":"2025-10-10T10:10:35.000Z","size":607,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:44:18.196Z","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/romaleev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-04T09:47:44.000Z","updated_at":"2025-10-10T10:10:39.000Z","dependencies_parsed_at":"2025-03-18T09:26:40.442Z","dependency_job_id":"3dc5bf11-82ea-49d3-a004-de23b4ef6a5d","html_url":"https://github.com/romaleev/monorepo-template","commit_stats":null,"previous_names":["romaleev/monorepo-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romaleev/monorepo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaleev%2Fmonorepo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaleev%2Fmonorepo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaleev%2Fmonorepo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaleev%2Fmonorepo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romaleev","download_url":"https://codeload.github.com/romaleev/monorepo-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romaleev%2Fmonorepo-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":"2025-03-21T22:19:29.428Z","updated_at":"2026-04-01T17:35:11.166Z","avatar_url":"https://github.com/romaleev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monorepo-template\n\n**Monorepo Template** powered with:\n- `React` with `Zustand` state management, `React Query`, `Vite` bundler\n- `Material-UI (MUI)` for a clean and responsive design.\n- `Node.js` with `Express` routing\n- `Typescript` typings\n- `Docker` `Swarm` configurations\n- `Pino` for structured logs and debugging, `Zod` validation\n- `I18next` localisation support\n- `ESLint` lint, fix, coverage\n- `Prettier` lint, fix, organize imports\n- Pre-commit `hook` with lint and test\n- `Editor config`\n- `Playwright`, `Vitest`, `Supertest` unit and e2e tests and coverage\n- `NPM` check updates\n\n## Tech Stack\n- **Client**: React 19, Zustand, Vite, Material UI, I18next, React Query\n- **Server**: Node.js, Express, Typescript, Pino, Zod\n- **Testing**: Playwright, Vitest, Supertest\n- **Deployment**: Docker, Docker Swarm\n- **Code Quality**: ESLint, Prettier, pre-commit hooks, lint-staged\n\n## Commands\n\n### Installation\n\nInstall [Docker](https://docs.docker.com/get-docker/) and NPM dependencies (**Steps 1-2**)\n\n`brew install --cask docker` Install Docker using [brew](https://brew.sh/) example (**Step 1**)\n\n`pnpm install` Install NPM dependencies (**Step 2**)\n\n### Development\n\nStart app in Development mode with hot reload (**Step 1**).\nThe app will be available at `http://localhost:4200`.\n\n`pnpm start` Start client and server (**Step 1**)\n\n`pnpm start:client` Start client\n\n`pnpm start:server` Start server\n\n`pnpm on:stop` Run on-stop scripts\n\n### Testing\n\nRun the app in Development mode (**Step 1**) and Production mode (**Steps 1-2**) first\n\n`pnpm test` Run client, server and e2e tests\n\n`pnpm test:e2e` Run end-to-end tests\n\n`pnpm test:e2e:local` Run end-to-end tests for local environment\n\n`pnpm test:e2e:docker` Run end-to-end tests for Docker environment\n\n`pnpm test:client` Run client tests\n\n`pnpm test:server` Run server tests\n\n`pnpm test:watch` Run client and server tests in watch mode\n\n`pnpm test:watch:client` Run client tests in watch mode\n\n`pnpm test:watch:server` Run server tests in watch mode\n\n`pnpm test:coverage` Run client and server tests coverage report\n\n`pnpm test:coverage:client` Run client tests coverage report\n\n`pnpm test:coverage:server` Run server tests coverage report\n\n### Build\n\nBuild client and server\n\n`pnpm run build` Build client and server\n\n`pnpm run build:client` Build client\n\n`pnpm run build:server` Build server\n\n### Production\n\nStart app in Production mode in Docker environment (**Steps 1-2**). \nThe app will be available at `http://localhost:4300`.\n\n`pnpm docker:build` Build Docker images (**Step 1**)\n\n`pnpm docker:deploy` Deploy Docker containers (**Step 2**)\n\n`pnpm docker:rm` Remove Docker containers\n\n`pnpm docker:init` Init Docker\n\n`pnpm docker:status` Show Docker status\n\n`pnpm docker:logs` Show Docker logs\n\n`pnpm docker:inspect:frontend` Inspect Docker Frontend\n\n`pnpm docker:inspect:backend` Inspect Docker Backend\n\n`pnpm docker:prune` Prune Docker containers\n\n### Code quality\n\nCode quality checks and fixes\n\n`pnpm lint` Run code quality checks\n\n`pnpm lint:fix` Run code quality fixes\n\n`pnpm run update` Update libraries to the latest versions\n\n## API Endpoints\n\n- **`GET /api/items`**: Fetch all available items.\n\n- **`POST /api/items`**: Create a new item.\n\n- **`PUT /api/items`**: Update an existing item.\n\n- **`DELETE /api/items`**: Delete an item.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaleev%2Fmonorepo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromaleev%2Fmonorepo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaleev%2Fmonorepo-template/lists"}