{"id":16624165,"url":"https://github.com/tolikhalas/youritsoft-test-task","last_synced_at":"2026-04-11T01:06:46.318Z","repository":{"id":228871573,"uuid":"774946264","full_name":"tolikhalas/YourITSoft-Test-Task","owner":"tolikhalas","description":"YourITSoft Test Task - Nest.js Backent + Postgres / TypeScript React.js","archived":false,"fork":false,"pushed_at":"2024-03-25T05:50:11.000Z","size":592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T01:13:16.227Z","etag":null,"topics":["docker","docker-compose","nestjs","postgresql","react","rest-api","tailwindcss","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","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/tolikhalas.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-03-20T13:43:36.000Z","updated_at":"2024-09-12T19:52:03.000Z","dependencies_parsed_at":"2024-11-17T06:10:43.133Z","dependency_job_id":"6de57e60-131a-40d1-86fb-79893423529b","html_url":"https://github.com/tolikhalas/YourITSoft-Test-Task","commit_stats":null,"previous_names":["tolikhalas/youritsoft-test-task"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolikhalas%2FYourITSoft-Test-Task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolikhalas%2FYourITSoft-Test-Task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolikhalas%2FYourITSoft-Test-Task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolikhalas%2FYourITSoft-Test-Task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tolikhalas","download_url":"https://codeload.github.com/tolikhalas/YourITSoft-Test-Task/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243021781,"owners_count":20223068,"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":["docker","docker-compose","nestjs","postgresql","react","rest-api","tailwindcss","typeorm","typescript"],"created_at":"2024-10-12T03:45:21.111Z","updated_at":"2026-04-11T01:06:46.265Z","avatar_url":"https://github.com/tolikhalas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YourITSoftware TODO\n\n\u003cdiv style=\"display: flex; gap: 15px\"\u003e\n\u003cimg alt=\"nest.js\" src=\"https://www.\nvectorlogo.zone/logos/nestjs/nestjs-ar21.svg\" width=\"150px\"\u003e\n\n\u003cimg alt=\"react.ts\" src=\"https://cdn4.iconfinder.com/data/icons/logos-3/600/React.js_logo-512.png\" width=\"100px\"\u003e\n\u003c/div\u003e\n\n## Your Monorepo Todo Project: Server and Client Under One Roof\n\nThis repository is a monorepo containing both the server-side and client-side code for a modern web application. It leverages the power of [NestJS](https://nestjs.com/) for a robust backend and [Vite + ReactJS](https://vitejs.dev/) for a blazing-fast frontend experience, both written in TypeScript for strong type safety.\n\n**Project Structure:**\n\n- **server:** NestJS application with TypeORM for database interaction.\n- **client:** Vite React application with TypeScript for a performant and maintainable user interface.\n\n## Powered with Bun.js\n\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cimg alt=\"bun.js logo\" src=\"https://bun.sh/logo.svg\" width=\"150px\"\u003e\n\u003c/div\u003e\n\nBun is a new contender in the JavaScript runtime world, aiming to be a fast and all-in-one toolkit for building web applications.\n\n- **Fast**: Bun boasts impressive performance,\n- **All-in-one**: Bun provides features beyond just a runtime.\n- **Node.js Compatibility**\n- **Modern JavaScript Features**\n- **Development Focus**\n\n## Dockerizing for Efficiency\n\n\u003cimg alt=\"docker logo\" src=\"https://1000logos.net/wp-content/uploads/2021/11/Docker-Logo.png\"\u003e\n\nThis project embraces Docker and Docker Compose for streamlined development and deployment. Docker containers provide isolated environments for each service, ensuring consistency and reproducibility. Docker Compose simplifies the orchestration of services, making it easier to get up and running quickly.\n\n## Setting Up Your Development Environment\n\n**Requirements:**\n\n- **Docker:** Download and install Docker Desktop from [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/).\n- **Docker Compose:** Docker Compose is usually included with Docker Desktop. If not, follow the installation instructions on the official website: [https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/).\n- **Node.js and npm (or yarn):** These are required for building both the server and client applications. You can download them from the official Node.js website: [https://nodejs.org/en](https://nodejs.org/en)\n\n**Installation Steps:**\n\n1.  `git clone https://github.com/tolikhalas/YourITSoft-Test-Task.git`\n\n2. `cd YourItSoft`\n\n3. Setup `.env` files inside `client` \u0026 `server` folders: `.env`, `.env.developement.local`, `.env.test.local`, `.env.production.local`.\n`client` uses `.env` file's settings, `server` uses `.env.development.local` in contrast.\n\n4. `docker-compose up`\n\n----\n\n- `docker-compose up -d `\n\n1.  This will start both the server and client containers in detached mode (background).\n2.  You can access your application in a browser at:\n\n    - The NestJS server typically runs on port 3000 (you can customize this in server/docker-compose.yml).\n    - The Vite React application usually serves on port 5173 by default (again, customizable in client/docker-compose.yml).\n\n    - Server API: http://localhost:3000 (or your custom port)\n    - Client UI: http://localhost:3030 (or your custom Vite port)\n\n## Testing\nTesting info provided separate in each folder for each app\n\n\n**Additional Notes:**\n\n- You can view container logs using docker-compose logs .\n- Stop the containers with docker-compose stop.\n- Refer to the docker-compose.yml files in the server and client directories for further customization options.\n\nThis guide equips you with the tools to set up your development environment and start working on this exciting monorepo project. Feel free to explore the codebase, make contributions, and leverage the benefits of using Docker and Docker Compose for streamlined development!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolikhalas%2Fyouritsoft-test-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolikhalas%2Fyouritsoft-test-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolikhalas%2Fyouritsoft-test-task/lists"}