D-IT L'informatique plus qu'une passion, un mode de vie
python => v3.6 ou soupérieure
django => v2.1
node => v10.13.0
npm => v6.5.0
Installation de python
Installation de nodeJS
Installation de NPM
Cloner le projet
$ git clone https://github.com/xarala221/daara-it.git
$ cd daara-it
Installation des dépendances
créer un environnement virtuel avent de démarrer
$ npm install
$ pip install -r requirements.txt
Lancer la migration
$ python manage.py migrate
Lancer webpack pour travailler en locale
$ npm run dev
Lancer l'application
$ python manage.py runserver
Lancer webpack pour la production
$ npm run build