An open API service indexing awesome lists of open source software.

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

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
Screen Shot 2022-11-02 at 19 30 22