fkpc / ballotbox

A ballot system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballotbox

A ballot system.

How to use

  1. Configure 'back.js' and 'front.js'.
  2. Hit the following commands in a shell.
% cd ${your_path}
% sqlite3 -init _.sql _.db .tables;
% deno run --allow-net --allow-read=. --allow-write=. back.js
% deno run --allow-net --allow-read=. --allow-write=. front.js

About

A ballot system.


Languages

Language:JavaScript 51.0%Language:HTML 49.0%