A full stack web application made to create polls instantly that syncs across the clients using websockets.
To run this project locally, you'll need some prerequisites programs.
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!
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!
