Skip to content

osintalex/django-react-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

animated

Overview

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 😉

Instructions

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!

Tech Stack

  • Python
  • Django
  • React
  • Chakra UI
  • JavaScript
  • Docker

Backend Libraries

About

Proof of concept for full stack Django/React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published