Giter Site home page Giter Site logo

integration-continue-app-flsak's Introduction

Integration-continue-app-flsak

Application flask déployer sur Heroku

--> Formation EPSI : Intégration continue

Téléchargement du projet

git clone https://github.com/Mickevin/Integration-continue-app-flsak.git

cd Integration-continue-app-flsak

Installation

Installez les dépendances suivantes pour lancer l'application Flask

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Démarage de l'application

Exécutez la commande suivante puis accédez à l'url suivante depuis un navigateur : http://127.0.0.1:4000

python app.py

Arborescence du dossier

Détail des repertoires et des fichier contenus dans le dossier Integration-continue-app-flsak

  • static/ : Répertoire contenant les pages html du projet => index.html(page d'acceuil), submit.html(page de confirmation du formulaire)

    |---> index.html

    |---> submit.html


  • templates/ : Répertoire contenant les templates css et js du projet ainsi que les images (assets).

    |---> assets/

    |---> css/

    |---> js/


  • tests/ : Répertoire contenant les tests unitaires à compléter.

    |---> test.py


  • requirements.txt : Dépendances python nécessaires au fonctionnement de l'application.

  • README.md : Fichier de présentation de l'application.

  • Procfile : Fichier permettant le déploiement de l'application sur la plateforme Heroku --> Application déployée

  • utiles.py : Fichier python contenant l'ensemble des fonctions utiles au bon fonctionnement de l'application.

  • app.ipynb : Notebook de l'application flask, utile pour essayer son code dans une environement jupyter.

  • app.py : Application Flask principale

Crédits

Kévin Duranty
Thème Bootstrap de référence

integration-continue-app-flsak's People

Contributors

mickevin avatar

Watchers

 avatar

Forkers

youbi0 bringrer

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.