https://github.com/stoppedwummsites/votingappbad
Just a bad coded voting website
https://github.com/stoppedwummsites/votingappbad
expressjs-server nodejs npmjs voting voting-application
Last synced: 4 months ago
JSON representation
Just a bad coded voting website
- Host: GitHub
- URL: https://github.com/stoppedwummsites/votingappbad
- Owner: StoppedwummSites
- Created: 2023-11-10T10:56:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T10:44:36.000Z (over 2 years ago)
- Last Synced: 2025-03-12T06:15:04.091Z (over 1 year ago)
- Topics: expressjs-server, nodejs, npmjs, voting, voting-application
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A bad Web voting app
This is a bad written coding app with express, nodejs and pm2
## Installation
Install my project with npm
```bash
git clone https://github.com/StoppedwummSites/votingappbad.git
cd votingappbad
npm install
```
## Deployment
To deploy this project run
```bash
npm run test
```
This will start the app on
For professional Deployment run
```bash
npm run deploy
```
To stop the app (started with test) press CTRL + C
To stop the app (started with deploy) simply run
```bash
pm2 stop all
```
## FAQ
#### Where is the example vote?
#### Where are the results for the example vote?
If you want to reset on the fly, please use this url:
#### How do I make my own poll
Have fun doing that (You have to change index.js and add a new HTML file in /poll/1.html (or just change the options in /poll/1.html))
## Acknowledgements
https://pm2.keymetrics.io/, https://expressjs.com/ and https://www.digitalocean.com/ tutorials for express
README.md Editor: