Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 
Immanuel Onyeka 1ea00f2b0e Add procedures for email verification hace 1 año
assets Access main Grav site through Go reverse proxy hace 1 año
components Correct letterhead rendering when avatar is missing hace 1 año
grav-admin/user Fix user retrieval errors hace 1 año
migrations Add subscription creation webhook for Stripe hace 1 año
views List and display template details in view hace 1 año
.gitignore Setup webpack entry point for vue components hace 1 año
README.md Remove vue component for PDF generation hace 1 año
app.tpl Assign first two seed estimates to test user hace 1 año
config.default.go Assign first two seed estimates to test user hace 1 año
go.mod Setup subscription SQL table hace 1 año
go.sum Setup subscription SQL table hace 1 año
grav-webpack.config.js Setup webpack entry point for vue components hace 1 año
helpers.js Show currency formated summary in estimates.vue hace 1 año
home.tpl Assign first two seed estimates to test user hace 1 año
main.js Add sidebar menu hace 2 años
master.tpl Assign first two seed estimates to test user hace 1 año
package-lock.json Render and select address from dropdown hace 1 año
package.json Setup webpack entry point for vue components hace 1 año
skouter.go Add procedures for email verification hace 1 año
terms.tpl Assign first two seed estimates to test user hace 1 año
webpack.config.js Setup webpack entry point for vue components hace 1 año

README.md

Environment variables

DBName DBUser DBPass

Bundling

Uses ESbuild and the Vue node package. sudo apt install esbuild; npm install vue; ``

Starting Server

It reads database info from environment variables, unless called as skouter dev. Dev mode uses default datbase credentials for user ‘tester’.