Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.03 KB

Two things to do to make this app work : Everything is located in src/

1) BACK (local server on the user laptop for the moment) :

How to :

pip install tex2py
pip install Django==2.0.4
pip install djangorestframework
pip install django-cors-headers
Then cd src/backend and enter python manage.py runserver
Coming soon...

2) FRONT :

How to :

cd generateur
npm install (do it only once)
npm install -g @angular/cli (do it only if angular cli is not installed)
ng serve
Your app should be running

Technologies

Here we'll link all the techs used in the app :

Angular --> https://angular.io/guide/quickstart
Django --> https://docs.djangoproject.com/en/2.0/intro/tutorial01/
Tex2py --> https://github.com/alvinwan/tex2py
froala-editor --> https://github.com/froala/angular-froala-wysiwyg
angular-drag-and-drop-lists --> http://marceljuenemann.github.io/angular-drag-and-drop-lists/ (for reference)
ngx-drag-drop --> https://github.com/reppners/ngx-drag-drop/