Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 493 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 493 Bytes

Voting-Platform

A voting platform built with react ant design and Django

Technologies

  • Django for the backend (Rest API)
  • React js
  • Ant Design

Version

1.0.0

Installation

Install the dependencies

Backend

In you virtual environment:

$ pip install -r requirements.txt

Frontend

In the frontend folder:

$ npm install

Run app

Backend

$ python manage.py runserver

Frontend

$ npm start

Author

Nfor Esperance