https://github.com/arthursvpb/psychologist-center
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.
https://github.com/arthursvpb/psychologist-center
ant-design docker docker-compose express mysql nodejs react reactjs sass sequelize typescript
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/arthursvpb/psychologist-center
- Owner: arthursvpb
- License: mit
- Created: 2022-08-23T00:15:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:06:47.000Z (over 2 years ago)
- Last Synced: 2025-02-28T18:01:56.280Z (over 1 year ago)
- Topics: ant-design, docker, docker-compose, express, mysql, nodejs, react, reactjs, sass, sequelize, typescript
- Language: JavaScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Psychologist Center
Project |
Tecnologies |
Running |
License
## 💻 Project
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. The platform ensures safe and easy access to patient information, helping to improve the therapeutic experience.
## ✨ Technologies
This project was built using the following technologies:
### Backend
- [NodeJS](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [MySQL](https://www.mysql.com/)
- [Sequelize](https://sequelize.org/)
- [Docker](https://www.docker.com/)
### Frontend
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
- [SASS](https://sass-lang.com/)
## ▶️ Running
It is necessary having Git, Node 18.x, Yarn, Docker and Docker Compose.
1. Clone this project
```sh
git clone https://github.com/arthursvpb/psychologist-center.git
```
2. Start the back-end in `api/` folder using the command:
```sh
npm i # install all dependencies
docker-compose up # start server and database instance
```
3. Start the front-end in `web/` folder using the command:
```sh
yarn # install all dependencies
yarn dev # start application
```
4. Server is running on `http://localhost:5173/`
## 📝 License
This project is under the MIT license. See the [LICENSE](LICENSE.md) file for more details.