Skip to content

Gibson-Gichuru/HNG-DevOps-stage2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 42.7%
  • Python 37.3%
  • HTML 12.5%
  • Dockerfile 4.0%
  • CSS 3.5%