The backend component to my Portfolio project. Consists of a REST API, documentation and admin panel.
Developed using Python/Django.
git pull
from master on the server- Copy across the .env environmental variables file
- Run
docker-compose -f production.yml up --build
to create and launch the backend container.