- python 3.6
- django 2.1
- restframework 3.9
- celery 4.2: job Worker with Redis queue and Flower monitoring tool
- life-cycle: Helper for model signal(hook)
- django-cacheops: django ORM cache
- swagger: api documentation
- JWT: authentication
- etc ~
$ cp .env_example .env
$ docker-compose up
$ docker-compose exec -it app python manage.py test
http://localhost:8000/doc Documentation(swagger)
- email:
[email protected]
password:qwer1234
http://localhost:8888 Job monitor(flower)