thuliumcc / dartboard

Arduino based electronic dartboard
4 stars 1 forks source link

dartboard

Arduino based electronic dartboard

postgresql db setup:

CREATE DATABASE dartboard;
CREATE DATABASE dartboard_test;
CREATE USER ouzo WITH PASSWORD 'password';
GRANT ALL PRIVILEGES ON DATABASE dartboard to ouzo;
GRANT ALL PRIVILEGES ON DATABASE dartboard_test to ouzo;