You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| css | 3 years ago | |
| repo | 3 years ago | |
| webFiles | 3 years ago | |
| .dockerignore | 3 years ago | |
| .gitignore | 3 years ago | |
| Dockerfile | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| app.js | 3 years ago | |
| package-lock.json | 3 years ago | |
| package.json | 3 years ago | |
| tailwind.config.js | 3 years ago | |
README.md
Vianuvote
A simple portable electronic voting system I made for my school's student council (actively used as of may 2023)
This repo is mostly for internal deployment and was not made as a general solution (tho inspiration can be taken). If you're not from within the council this repo is probably useless to you
Installation
git clone https://github.com/KoNickss/csevote
cd csevote
npm i
node .
Docker
Build docker image
docker build -t vianuvote .
Run without db volume
docker run -d -p 811:80 vianuvote
Run with db volume
docker run -d -p 811:80 -v foo-volume:/app/repo vianuvote
ACESTA ESTE UN DEMO SUMAR!
Librarii Externe:
- NodeJS
- ExpressJS
- TailwindCSS
- Compatibil DOCKER