https://github.com/hack-light/hngi9-devops-container-task
Hngi9 Devops task for Stage 2
https://github.com/hack-light/hngi9-devops-container-task
devops docker docker-compose docker-image dockerfiles nginx python reactjs
Last synced: 3 months ago
JSON representation
Hngi9 Devops task for Stage 2
- Host: GitHub
- URL: https://github.com/hack-light/hngi9-devops-container-task
- Owner: Hack-Light
- License: other
- Created: 2022-11-04T08:13:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T08:15:08.000Z (over 3 years ago)
- Last Synced: 2025-02-11T21:02:04.799Z (about 1 year ago)
- Topics: devops, docker, docker-compose, docker-image, dockerfiles, nginx, python, reactjs
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# devops-django-react-task
## Backend development workflow
```json
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
```json
npm i
npm start
```
## For deploying
```json
npm run build
```
It should look like this if successful