Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 3.53 KB

README.md

File metadata and controls

102 lines (68 loc) · 3.53 KB

eMED

Medical Clinic Management System

GitHub language count GitHub top language GitHub repo size GitHub last commit Github license

Project   |    Technologies   |    Project Specification   |    How To Use   |    License 

💬 Project

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.

🚀 Technologies

Project developed with the main following technologies:

🔖 Project Specification

Specification

You can view the requirements here.

Layout

You can view the layout of the project in the web version only. You need to have a Figma account to access it.

ℹ️ How To Use

To clone and run this application, you'll need Git, Yarn, Node.js >= 16.15, Docker and Compose. From your command line:

🖥️ Web

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

⚙️ Server

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

📝 License

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


Made with ♥ by Gisele Silva 👋 Get in touch!