Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 
Immanuel Onyeka 9f31c024f5 Add code for users to unsubscribe from settings 1 year ago
assets Delete files unused by view 1 year ago
components Add code for users to unsubscribe from settings 1 year ago
grav-admin/user Allow newsletter subscription changes 1 year ago
migrations Add code for users to unsubscribe from settings 1 year ago
views/report Delete files unused by view 1 year ago
.gitignore Setup webpack entry point for vue components 1 year ago
README.md Remove vue component for PDF generation 1 year ago
app.tpl Assign first two seed estimates to test user 1 year ago
config.default.go Assign first two seed estimates to test user 1 year ago
go.mod Fix SMTP and Stripe errors 1 year ago
go.sum Fix SMTP and Stripe errors 1 year ago
grav-webpack.config.js Setup webpack entry point for vue components 1 year ago
helpers.js Show currency formated summary in estimates.vue 1 year ago
home.tpl Assign first two seed estimates to test user 1 year ago
main.css Prompt user before unsubscribing 1 year ago
main.js Delete files unused by view 1 year ago
master.tpl Assign first two seed estimates to test user 1 year ago
package-lock.json Render and select address from dropdown 1 year ago
package.json Delete files unused by view 1 year ago
skouter.go Add code for users to unsubscribe from settings 1 year ago
terms.tpl Assign first two seed estimates to test user 1 year ago
webpack.config.js Setup webpack entry point for vue components 1 year ago

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’.