A voting platform built with react ant design and Django
- Django for the backend (Rest API)
- React js
- Ant Design
1.0.0
Install the dependencies
In you virtual environment:
$ pip install -r requirements.txtIn the frontend folder:
$ npm install$ python manage.py runserver$ npm start