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 build
docker-compose up -d
docker ps -a to get the id of the django container
docker exec -it <container id goes here> /bin/bash
python manage.py migrate
python manage.py createsuperuser
Go to localhost:8000/admin and add some data in
Go to localhost:3000 to see the front end and you'll see the site!
- Python
- Django
- React
- Chakra UI
- JavaScript
- Docker