{"id":20457948,"url":"https://github.com/marceloxhenrique/mytalk","last_synced_at":"2026-04-11T03:03:53.153Z","repository":{"id":230093455,"uuid":"775692619","full_name":"marceloxhenrique/MyTalk","owner":"marceloxhenrique","description":"Mytalk is a chat web application designed to provide a clear and intuitive communication experience. Get in touch with friends, family, or colleagues in a convenient and user-friendly way.","archived":false,"fork":false,"pushed_at":"2024-09-03T21:10:12.000Z","size":1162,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:38:24.670Z","etag":null,"topics":["clean-architechture","expressjs","hexagonal-architecture","jest-test","nodejs","oriented-object-programming","port-and-adapters","react-hook-form","reactjs","shadcn-ui","socket-io","tailwind-css","typescript","vite","webapp","zod"],"latest_commit_sha":null,"homepage":"https://mytalk.dev","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/marceloxhenrique.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-21T21:33:09.000Z","updated_at":"2025-11-19T22:54:25.000Z","dependencies_parsed_at":"2024-03-27T20:32:47.106Z","dependency_job_id":"8cc46ead-f84b-45cb-ba79-89f04fcaf5cc","html_url":"https://github.com/marceloxhenrique/MyTalk","commit_stats":null,"previous_names":["marceloxhenrique/chatapp","marceloxhenrique/mytalk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marceloxhenrique/MyTalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloxhenrique%2FMyTalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloxhenrique%2FMyTalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloxhenrique%2FMyTalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloxhenrique%2FMyTalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marceloxhenrique","download_url":"https://codeload.github.com/marceloxhenrique/MyTalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marceloxhenrique%2FMyTalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["clean-architechture","expressjs","hexagonal-architecture","jest-test","nodejs","oriented-object-programming","port-and-adapters","react-hook-form","reactjs","shadcn-ui","socket-io","tailwind-css","typescript","vite","webapp","zod"],"created_at":"2024-11-15T12:09:52.424Z","updated_at":"2026-04-11T03:03:53.147Z","avatar_url":"https://github.com/marceloxhenrique.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/marceloxhenrique/MyTalk/assets/91223682/60e071d1-0cea-4622-a796-c541c8cfbed2\"\u003e\n\u003c/div\u003e\n\n\u003ctable align=\"center\" border=\"0\"\u003e\n  \u003ctr\u003e\n    \u003ctd style=\"padding: 10px;\" border=\"0\"\u003e\n      \u003cimg src=\"https://github.com/marceloxhenrique/MyTalk/assets/91223682/deb50483-47ba-4dcc-b27f-164dde8819c9\" height=\"200px\"\u003e\n    \u003c/td\u003e\n    \u003ctd style=\"padding: 10px;\" border=\"0\"\u003e\n      \u003cimg src=\"https://github.com/marceloxhenrique/MyTalk/assets/91223682/cb5e21d2-f714-482e-8d97-2292466cdad5\" height=\"300px\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n# [MyTalk](mytalk.dev)\n\nMytalk is a lightweight chat web application designed to provide a clear and intuitive communication experience. Get in touch with friends, family, or colleagues in a convenient and user-friendly way.\n\n## Prerequisites\n\n- [NodeJS](https://nodejs.org/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Git](https://git-scm.com/)\n\n# Install and run the App locally\n\nThe App is divided in two main folders `Server` and `Client`. Each folder contains its own dependencies.\n\nFirst, clone the repository\n\n```shell\ngit clone git@github.com:marceloxhenrique/MyTalk.git\n```\n\n## Install Client packages\n\nNavigate to the Client folder and install the necessary packages:\n\n```shell\ncd Client\nnpm install\n```\n\n## Setup .env file for Client Environment\n\nCreate a .env file in the Client folder with the following content:\n\n```js\nVITE_BACKEND_URL_BASE = \"http://localhost:3000/api\";\nVITE_BACKEND_URL_SOCKET = \"http://localhost:3000\";\nVITE_NODE_ENV = \"dev\";\n```\n\n## Install Server Packages\n\nNavigate to the Server folder and install the necessary packages:\n\n```shell\ncd ../Server\nnpm install\n```\n\n## Setup .env file for Server Environment\n\nCreate a .env file in the Server folder with the following content:\n\n```js\nPORT=3000\nNODE_ENV=dev\nFRONT_END_URL=http://localhost:5173\nFRONT_END_URL_PROD=\nJWT_TOKEN_SECRET=\nJWT_TOKEN_EXPIRATION=\n\nJWT_REFRESH_TOKEN_SECRET=\nJWT_REFRESH_TOKEN_EXPIRATION=\n\nDB_HOST=\nDB_PORT=\nDB_USER=\nDB_PASSWORD=\nDB_NAME=\n\nDB_CONNECTION='postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public'\n```\n\n## Setup the database\n\nRun the database migration script to set up the database schema:\n\n\n(Note: The database cannot be accessed by other users while the migration is running.)\n\n```shell\nnpm run migration\n```\n\n## Running Tests\n\nNavigate to the Server folder and use the following command to run the tests:\n\n```shell\nnpm test\n```\n\nThis will execute the test scripts defined in the Server folder, checking the functionality and reliability of your server-side code.\n\n## Start the app\n\nNavigate to the Client folder and run:\n\n```shell\nnpm run dev\n```\n\nOpen a new terminal window, navigate to the Server folder, and run:\n\n```shell\nnpm run dev\n```\n\nThe client application will be available at `http://localhost:5173`.\n\nThe server will be running on `http://localhost:3000/api` (or the port specified in your .env file).\n\n## Contribute\n\nIf you want to contribute, clone this repo, create your work branch and get your hands dirty!\n\n```shell\ngit clone git@github.com:marceloxhenrique/MyTalk.git\n```\n\n```shell\ngit checkout -b feature/NAME\n```\n\nAt the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceloxhenrique%2Fmytalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarceloxhenrique%2Fmytalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarceloxhenrique%2Fmytalk/lists"}