Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 3 hours ago
JSON representation

Just a bad coded voting website

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: