Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 602 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 602 Bytes

ip address to test with - http://3.88.225.27/

devops-django-react-task

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

You are to update your name in ./frontend/components/App.js

npm i
npm start

For deploying

npm run build

It should look like this if successful Screen Shot 2022-11-02 at 19 30 22