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
- Host: GitHub
- URL: https://github.com/bobbylight/go-vue-postgres-starter
- Owner: bobbylight
- Created: 2020-02-14T04:36:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:12:11.000Z (over 3 years ago)
- Last Synced: 2025-04-06T05:32:23.443Z (about 1 year ago)
- Language: TypeScript
- Size: 4.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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`