Skip to content

fkpc/ballotbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published