GUI in your browser to draw your cloud infrastructure and generate your terraform files.
- Configure an
.env
file like.env.sample
- Run
python -m venv .venv && . .venv/bin/activate
- Run
python -m pip install -r requirements.txt
- Run
python manage.py migrate
- Run
python manage.py runserver
||python -m gunicorn
- Run
python manage.py createsuperuser
- Rum
python manage.py test