eMED
Medical Clinic Management System
Project | Technologies | Project Specification | How To Use | License
Final project of the Specialization Course in Web Application Development at the Pontifical Catholic University of Minas Gerais as a partial requirement to obtain the title of specialist.
The project aims to develop a software application for a web system for medical clinics, in order to model and develop intelligent environments to improve care in medical clinics.
Project developed with the main following technologies:
You can view the requirements here.
You can view the layout of the project in the web version only. You need to have a Figma account to access it.
To clone and run this application, you'll need Git, Yarn, Node.js >= 16.15, Docker and Compose. From your command line:
# Clone the repository
$ git clone https://github.com/gisabernardess/emed.git
# Go into the repository
$ cd emed/web
# Install dependencies
$ yarn
# Run the development server
$ yarn dev
# Navigate to http://localhost:3000
# The app will automatically reload if you change any of the source files.
# Clone the repository
$ git clone https://github.com/gisabernardess/emed-service.git
# Go into the repository
$ cd emed-service
# Install dependencies
$ yarn
# Create the .env file in the repository using the sample file .env.example
# Start docker container for MySQL
$ docker compose up -d
# Run the development server
$ yarn dev
# Run the migrations & seeders
$ yarn reset-db
# Navigate to http://localhost:3333
# The app will automatically reload if you change any of the source files.
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Gisele Silva 👋 Get in touch!