Skip to content

kingbar1990/react-apollo-django-subscriptions-boilerplate

Repository files navigation

React Apollo Django boilerplate

Live chat with apollo-subscriptions and django-channels

Getting Started

  • Rename ".env.example" to ".env"
cp .env.example .env
  • Build docker containers
docker-compose build
  • Create database
docker-compose up -d database
  • Make database migrations
docker-compose run server python manage.py migrate
  • Install dependencies for client
docker-compose run client yarn
  • Run the project
docker-compose up

Usage

After you run the project open in your browser:

Contributing

Please use Prettier and ESLint for writing code, and the process for submitting pull requests to us

Code of Conduct

By participating in this project you agree to abide by its terms

License

This project is licensed under the MIT License

About

Live chat with apollo-subscriptions and django-channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published