docker-compose-django-react-postgres icon indicating copy to clipboard operation
docker-compose-django-react-postgres copied to clipboard

Starter project for Django, React (CRA) and Postgres runs with docker-compose

docker-compose django react postgres

Starter project for fast bootstrapping Django, React (CRA) and Postgres apps, runs with docker and docker-compose.

Installation

  1. Install docker compose
  2. Clone this repository
    git clone https://github.com/naorye/docker-compose-django-react-postgres.git myapp
    
  3. Run docker-compose up

Details

This app include 3 services:

  1. Postgres - simple postgres service
  2. Backend - Django with initialized app name "myapp"
  3. Frontend - Create React App application

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT