Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 635 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 635 Bytes

tfmaker-api (Groupe 4)

GUI in your browser to draw your cloud infrastructure and generate your terraform files.

Requirements

Tools

Set up

  • Configure an .env file like .env.sample
  • Run python -m venv .venv && . .venv/bin/activate
  • Run python -m pip install -r requirements.txt

Get started

  • Run python manage.py migrate
  • Run python manage.py runserver || python -m gunicorn
  • Run python manage.py createsuperuser

Test

  • Rum python manage.py test