This is my react + django note app tutorial guide's repository My Tutorial
cd backend
virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt
cd dnote
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd frontend
yarn
yarn start
cd build-server
yarn
yarn start