Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 316 Bytes

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