Skip to content

Installation

CastermaneRobin edited this page May 21, 2020 · 6 revisions

Installation

Base de données

  • Installer MySQL (5.7.30)

Backend

  • Prérequis :

    1. Install python (3.6.9)
    2. Install pip3
    3. A text editor (VSCode)
  • cd to the directory where requirements.txt is located.

  • activate your virtualenv (source env/bin/activate --> on Ubuntu).

  • run: pip3 install -r requirements.txt in your shell.

  • To launch the serveur : pip3 manage.py runserver

Frontend

  • Prérequis :

    1. Install node.js >= 8.10
    2. Install npm >= 5.6
  • run: npm install -g create-react-app

  • ..

Clone this wiki locally