A Postgres database accessed using Golang. GUI constructed using Javascript and HTML.
Back-end files:
import.sql
contains the create table scriptslistofqueries.sql
contains the queries used. Also inqueries.go
queries.go
anddb.go
connect to the database.
Front-end files:
index.js
index.html
- To run on a development machine, run:
go run *.go
. - Open new a terminal and enter
browser-sync start --server --no-online --files="**/*"
to start the frontend - A webpage should pop up.