Project | Tecnologies | Running | License
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.
This project was built using the following technologies:
It is necessary having Git, Node 18.x, Yarn, Docker and Docker Compose.
- Clone this project
git clone https://github.com/arthursvpb/psychologist-center.git
- Start the back-end in
api/
folder using the command:
npm i # install all dependencies
docker-compose up # start server and database instance
- Start the front-end in
web/
folder using the command:
yarn # install all dependencies
yarn dev # start application
- Server is running on
http://localhost:5173/
This project is under the MIT license. See the LICENSE file for more details.