evilboss / db-rf

Django-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

Getting Started

Setup development enviroment using

./setup.sh

run the app via

./run.sh

Prerequisites

Installing

The app can be installed with

./setup.sh

this script will make the following commands for you or you can do them yourself

git submodule init
git submodule sync
git submodule update --remote
cd backend
pipenv install
python manage.py migrate
python manage.py migrate
cd react_frontend
yarn && yarn build

About

Django-react


Languages

Language:Python 92.1%Language:Shell 5.2%Language:HTML 2.6%