Python Test
- Python
- Django REST framework
- Angular 1.5
Do an application allowing to:
-
Start project with django docker https://docs.docker.com/compose/django/
-
Use DjangoREST framework (improve django docker setup)
-
Allow to subscribe as a django/user using the authorization of google allowing to access emails https://developers.google.com/api-client-library/python/guide/django https://github.com/omab/python-social-auth
-
Call with the API the last 100 emails
-
Display the 100 emails
-
Allow to logout
-
Allow to logback in