git cloneandcdinto the repository- run
docker-compose upto build the image - any source code changes changes will be reflected in the docker containers...
- access ui on
localhost:8000 - access api on
localhost:3000 - happy editing!
Recreating Fixture Data:
python manage.py dumpdata > apps/float/data/fixtures.json --indent 4 --exclude=auth --exclude=contenttypes --exclude silk
python manage.py loaddata apps/float/data/fixtures.json
- work on 1 ticket per branch
- Rebase your branch before merging