Giter Site home page Giter Site logo

p9_mediscreen_assessment's Introduction

Mediscreen Assessment

Description

Ce projet est une application Java Spring Boot développée à l'aide de Maven. Il constutue un des trois micro-services backend composants l'application Mediscreen. Ce service permet de générer les rapports dess patients en fonction de leurs notes (voir Mediscreen History Notes).

Configuration requise

Installation

  1. Clonez le projet depuis le référentiel Git :
git clone https://github.com/AimeMalcorps/P9_Mediscreen_assessment.git
  1. Accédez au répertoire du projet :
cd P9_Mediscreen_assessment
  1. Exécutez la commande Maven pour construire le projet :
mvn clean install

Utilisation

  1. Exécutez l'application en utilisant la commande Maven :
mvn spring-boot:run
  1. Accédez à l'application dans votre navigateur Web à l'adresse suivante :
http://localhost:8084

Dockerisé

  1. Build image
docker image build -t assessment .
  1. Run container
docker container run --name assessment -p 8084:8084 -d assessment
  1. Requêtez à l'application à l'adresse suivante :
http://localhost:8084

Auteurs

Aimé Malcorps

p9_mediscreen_assessment's People

Contributors

aimemalcorps avatar

Watchers

 avatar

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.