Backend: Django app using the Django REST Framework Frontend: NPM (JSReact, Bootstrap, Axios [HTTP management], Reactstrap)
LOCALLY RUNNING
run backend using command "python3 manage.py runserver" from base directory will run on localhost:8000
run frontend using "npm start" from /players-front/ directory will run on localhost:3000