ZD-Voting-App A React/Django voting web application created for the Zeta Delta chapter of Theta Tau. To run backend: cd voting_be Create an env pip install -r requirements.txt python manage.py runserver To run frontend: cd voting-fe npm install npm start