Skip to content

goxa2020/TPanelDesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with this project

install all dependencies

python

First step: cd backend_django
Django project has requirements.txt with all python dependencies
To install you need write: pip install -r requirements.txt in your venv

You also need to run migrations: py manage.py makemigrations, py manage.py migrate

node

First step: cd react-fron-app
To install react dependencies just run npm install.
It will resolve the required dependencies from the package.json file.

Start app

To start this app you need:

react

In one terminal write: cd react-front-app npm start to start react app

django

In another terminal write cd backend_django python manage.py runserver to run django api server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors