Skip to content

Live Polling website working with websockets (socketio) together with NodeJS' Express & ReactJS appending TailwindCSS. πŸ—³πŸ—³

Notifications You must be signed in to change notification settings

kobito-kun/Pollify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—³ Pollify Project

A full stack web application made to create polls instantly that syncs across the clients using websockets.

Main Page

Setup

To run this project locally, you'll need some prerequisites programs.

Backend Setup

SQL Schema

After cloning this repository & have the required programs installed. Open a command prompt on the folder /backend and run:

npm install

Refers to package.json to install the required packages / libraries for this project to be able to run.

After all the above is done. Run

node app.js

Which will start a local http server at http://127.0.0.1:5000/. Done! You have this project running locally on your network!

Frontend Setup

After cloning this repository & have the required programs installed. Open a command prompt on the folder /frontend and run:

npm install

Refers to package.json to install the required packages / libraries for this project to be able to run.

After all the above is done. Run

npm start

Which will start a local http server at http://127.0.0.1:8000/. Done! You have this project running locally on your network!

Poll

Setup

About

Live Polling website working with websockets (socketio) together with NodeJS' Express & ReactJS appending TailwindCSS. πŸ—³πŸ—³

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published