{"id":26149943,"url":"https://github.com/arthursvpb/psychologist-center","last_synced_at":"2026-04-11T05:05:16.379Z","repository":{"id":112232724,"uuid":"527773556","full_name":"arthursvpb/psychologist-center","owner":"arthursvpb","description":"Psychologist Center is an EHR (Electronic Health Records) web system, aimed at connecting psychologists with their patients. It simplifies the management of appointments, session notes, and schedules, providing a complete solution for both mental health professionals and their clients.","archived":false,"fork":false,"pushed_at":"2023-12-17T19:06:47.000Z","size":512,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T18:01:56.280Z","etag":null,"topics":["ant-design","docker","docker-compose","express","mysql","nodejs","react","reactjs","sass","sequelize","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/arthursvpb.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}},"created_at":"2022-08-23T00:15:49.000Z","updated_at":"2024-10-09T01:25:55.000Z","dependencies_parsed_at":"2023-12-17T20:27:54.124Z","dependency_job_id":"e99eb96a-55cd-45f7-84ba-ddb3c1eb342f","html_url":"https://github.com/arthursvpb/psychologist-center","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/arthursvpb%2Fpsychologist-center","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fpsychologist-center/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fpsychologist-center/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fpsychologist-center/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthursvpb","download_url":"https://codeload.github.com/arthursvpb/psychologist-center/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242980771,"owners_count":20216285,"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":["ant-design","docker","docker-compose","express","mysql","nodejs","react","reactjs","sass","sequelize","typescript"],"created_at":"2025-03-11T05:49:40.239Z","updated_at":"2025-10-29T00:12:05.411Z","avatar_url":"https://github.com/arthursvpb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePsychologist Center\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-project\"\u003eProject\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-technologies\"\u003eTecnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#%EF%B8%8F-running\"\u003eRunning\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-license\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=4a79a5\u0026labelColor=000000\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Psychologist Center\" src=\".github/preview.svg\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n## 💻 Project\n\nPsychologist Center is an EHR (Electronic Health Records) web system, aimed at connecting psychologists with their patients. It simplifies the management of appointments, session notes, and schedules, providing a complete solution for both mental health professionals and their clients. The platform ensures safe and easy access to patient information, helping to improve the therapeutic experience.\n\n## ✨ Technologies\n\nThis project was built using the following technologies:\n\n### Backend\n\n- [NodeJS](https://nodejs.org/en/)\n- [Express](https://expressjs.com/)\n- [MySQL](https://www.mysql.com/)\n- [Sequelize](https://sequelize.org/)\n- [Docker](https://www.docker.com/)\n\n### Frontend\n\n- [React](https://reactjs.org/)\n- [Ant Design](https://ant.design/)\n- [SASS](https://sass-lang.com/)\n\n## ▶️ Running\n\nIt is necessary having Git, Node 18.x, Yarn, Docker and Docker Compose.\n\n1. Clone this project\n\n```sh\ngit clone https://github.com/arthursvpb/psychologist-center.git\n```\n\n\u003c!-- Create `.env` file using `.env.example` model (you can copy `.env.example` file and change it's name to `.env`). --\u003e\n\n2. Start the back-end in `api/` folder using the command:\n\n```sh\nnpm i # install all dependencies\ndocker-compose up # start server and database instance\n```\n\n3. Start the front-end in `web/` folder using the command:\n\n```sh\nyarn # install all dependencies\nyarn dev # start application\n```\n\n4. Server is running on `http://localhost:5173/`\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](LICENSE.md) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthursvpb%2Fpsychologist-center","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthursvpb%2Fpsychologist-center","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthursvpb%2Fpsychologist-center/lists"}