Doresimon / vote

a voting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vote system

Init

clone repository

git clone ...

cd vote

install dependencies.

npm install

set up leveldb directory and files.

node .\util\leveldb.init.js

or

npm run db

run server

nohup npm start >> ./log/output.log &

icons

<!-- Element UI -->
<link rel="stylesheet" href="css/elementUI/index.css">
<script src="js/elementUI/index.js"></script>

repo statistics

openhub

About

a voting system

License:MIT License


Languages

Language:HTML 57.2%Language:JavaScript 41.2%Language:CSS 1.6%