Giter VIP home page Giter VIP logo

emed's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.