- Docker / Docker Compose https://store.docker.com
I would recommend you do a find and replace for all references to proj3ctname
in this repository and rename any directories that are named proj3ctname
.
Run docker-compose up --build
to start development, it may take a while for any packages to install.
Run docker-compose down
to stop development and remove this environment's containers, volumes and networks (images won't be removed).
- Frontend (Node.js with React) - available at http://127.0.0.1:3000
- Backend (Python3 with Django and Django Rest Framework) - available at http://127.0.0.1:8000