/emed-service

eMED - API | Medical Clinic Management System

Primary LanguageTypeScriptMIT LicenseMIT

eMED - API

Medical Clinic Management System

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

eMED

Project   |    Technologies   |    API Documentation   |    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

API developed with the main following technologies:

ℹ️ 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:

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

🔖 API Documentation

Specification

OpenAPI Specification to eMED RESTful API.

Class Diagram

emed-class-diagram

📝 License

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


Made with ♥ by Gisele Pecapedra 👋 Get in touch!