Developer Documentation¶
Execution¶
Make sure you have docker installed.
To start the application.
- Copy
docker/indeaa-local.env
to.env
(in the root folder) - run
docker-compose up
This command should setup the containers (it will take sometime if this is the first time you ran that command). Then you can start development.
Google Authentication?
You will need to create an OAuth 2.0 client in Google Cloud and provide the details in the .env
file. See Authentication for more details