Django + angular + material design example of integration with google APIs TODO:
- Add more functions to make it bigger
- Cover with unit tests
- ????
- Install docker and docker-compose.
- Run
docker-compose up
- Start docker machine (use https://github.com/adlogix/docker-machine-nfs to increase performance)
- Start docker containers with django+api+nginx
docker-compose -f docker-osx.yml up
- To build client run on local machine
npm install -g gulp
cd client/
npm install
gulp watch
- Go to localhost:8000
- Log in via google
- You should see your emails loaded
- You can log out from left menu