An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Psychologist Center


Project   |   
Tecnologies   |   
Running   |   
License



License


Psychologist Center

## 💻 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.