Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 253 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 253 Bytes

PollTalk

Realtime polling application with user comments ☑️

FrontEnd - React, NextJS (SSR) BackEnd - Python3

Build Steps

cd server
source bin/activate
pip install -r requirements.txt
python3 mongo.py

cd ../client
yarn install
yarn dev