Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.13 KB

README.md

File metadata and controls

72 lines (49 loc) · 2.13 KB

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

Frontend

▶️ Running

It is necessary having Git, Node 18.x, Yarn, Docker and Docker Compose.

  1. Clone this project
git clone https://github.com/arthursvpb/psychologist-center.git
  1. Start the back-end in api/ folder using the command:
npm i # install all dependencies
docker-compose up # start server and database instance
  1. Start the front-end in web/ folder using the command:
yarn # install all dependencies
yarn dev # start application
  1. Server is running on http://localhost:5173/

📝 License

This project is under the MIT license. See the LICENSE file for more details.