Starter project for fast bootstrapping Django, React (CRA) and Postgres apps, runs with docker and docker-compose.
- Install docker compose
- Clone this repository
git clone https://github.com/naorye/docker-compose-django-react-postgres.git myapp
- Run
docker-compose up
This app include 3 services:
- Postgres - simple postgres service
- Backend - Django with initialized app name "myapp"
- Frontend - Create React App application
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.