A quick way to bootstrap applications for rapid prototyping. Creates slack channel, github repo, and dev EC2 instance
- Install Dependencies
pip install --user -r requirements.txt
- Configure
.env
file
cp .env.sample .env
# edit .env to populate credentials
python bootstrap.py