An accessible POC website to convert threat intelligence formats. Note that this is not tested or robust or secure at the moment, it's just a proof of concept 😉
Clone this repository and install docker. Then:
docker-compose builddocker-compose up -ddocker ps -a to get the id of the django containerdocker exec -it <container id goes here> /bin/bashpython manage.py migratepython manage.py createsuperuserGo to localhost:8000/admin and add some data inGo to localhost:3000 to see the front end and you'll see the site!
- Python
- Django
- React
- Chakra UI
- JavaScript
- Docker
