A Python implementation of concepts from social choice theory
cd frontend
npm install
npm startYou should see this message on your terminal:
> sct-voting-frontend@1.0.0 start
> node server.js
🗳️ SCT Voting Server running at http://localhost:3000
📊 Database: /Users/as4623/sct/frontend/data/database.jsonOn the frontend, you should see a new session with a session ID.
Periodically, delete frontend/data/database.json to delete the data generated during test simulations.