An open API service indexing awesome lists of open source software.

https://github.com/bobbylight/go-vue-postgres-starter

Boilerplate for a web application built with golang, vue and a Postgres backend
https://github.com/bobbylight/go-vue-postgres-starter

Last synced: 5 months ago
JSON representation

Boilerplate for a web application built with golang, vue and a Postgres backend

Awesome Lists containing this project

README

          

# go-vue-postgres-starter
Boilerplate for a web application built with golang, vue(tify) and a
Postgres backend. Perfect for simple webapps.

## Setup
* Run `ddl/schema-ddl.sql` to set up `demo_schema` in a localhost Postgres
instance
* `cd service && go run *.go`
* Open `http://localhost:3000`