Before, on cmd: git clone https://github.com/martbrn/PyJanVue.git
$ cd /PyJanVue/client
$ npm install
$ npm run serve
$ python -m venv myenv
$ cd myenv
$ scripts/activate
$ pip install django
$ pip install djangorestframework
$ python -m pip install django-cors-headers
$ python manage.py createsuperuser
Now enter:
username: username
mail: [email protected]
password: password
$ python manage.py migrate
$ python manage.py runserve