Git Product home page Git Product logo

foodit's Introduction

Projet-E-commerce-

Ceci est un repositoire privé ✈️ du project e-commerce 🏫 sous la tutelle de Mme MBINZIE 👱‍♀️consistant à crée un application web de commerce éléctronique. Les authors de cette appli sont : 1. MOULIOM FITZGERARD 🧑‍🍳 2. NGUINA JONAS 3. NJOH DONATIEN

Dans les lignes suivant serrons décris les étaps a suivre pour cloné le projet a votre repositoire

  • CREATION D'UN ENVIRONMENT VIRTUEL PYTHON

    Un Environnement virtuel permet l'isolation des paquêt et dépéndance d'un projet donné . En python les suivant sont utilisé pour la création de se dernier .
    1. vérification de l'installeur pip
    ``` python
    #verifié la verison  du python installer package 
    pip --verison
    ```
    
    1. Si le system de recognais pas la command alors installé en collant sur votre terminal le code suivant
    ```python
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    python get-pip.py
    ```
    
    1. Teriminé en vérifiant la version avec la première command

    2. Activativé l'environement virtuel intègré

    ```
    site\Scripts\activate
    ```
    
  • Git clone

    Ajouté le repositoire a votre machine local depuis le serveur git
    ```
    git clone https://github.com/Figeral/school_project.git
    ```
    
  • Installation des paquêtes et dépendance du projet

    ```
    pip install -r requirement.txt
    ```
    

foodit's People

Contributors

figeral avatar

Stargazers

 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.