Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 259 Bytes

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