/zigwaytest

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

zigwaytest

CLONE THE REPO

Enter into the zigwaytest directory

Open terminal and type command

~/zigwaytest$ pipenv shell
~/zigwaytest$ pip install django
~/zigwaytest$ pip install djangorestframework
~/zigwaytest$ pip install django-cors-headers
~/zigwaytest$ pip install djangorestframework-simplejwt

Open frontend folder and type command

~/zigwaytest$ cd frontend/
~/zigwaytest/frontend$ npm install
~/zigwaytest/frontend$ npm run build
~/zigwaytest/frontend$ cd ..
~/zigwaytest$

TO RUN THE PROJECT

~/zigwaytest$python manage.py runserver

Watching for file changes with StatReloader Performing system checks...

System check identified no issues (0 silenced). September 03, 2019 - 11:50:35 Django version 2.2.5, using settings 'backendtest.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.

Explore the project:)