RubenVP2 / MESI-APPSANTE-FLASK

Api de l'application APPSANTE pour le projet MESI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MESI-APPSANTE-FLASK

Api de l'application APPSANTE pour le projet MESI.

Publish Docker image CI Bugs Lines of Code Maintainability Rating

Installation

  1. Créer son environnement virtuel :
    python3 -m venv venv
  2. Activer l'environnement
    Windows : env\Scripts\activate.bat Linux/MacOS : source myvenv/bin/activate
  3. Installer les dépendances pip install flask
  4. Mettre en place les variables d'environnement FLASK_APP et FLASK_ENV
  5. Initialiser la bdd
  • Lancer une première fois l'application : flask run
  • Lancer la commande pour l'initialisation de la bdd : flask init-db
  • Lancer la commande pour l'injection des données : flask init-data

About

Api de l'application APPSANTE pour le projet MESI.


Languages

Language:Python 95.0%Language:API Blueprint 4.5%Language:Dockerfile 0.5%