Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Immanuel Onyeka 809f663d5e Fix SMTP and Stripe errors hace 1 año
assets Delete files unused by view hace 1 año
components Delete files unused by view hace 1 año
grav-admin/user Delete files unused by view hace 1 año
migrations Fix SMTP and Stripe errors hace 1 año
views/report Delete files unused by 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 2 años
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 Fix SMTP and Stripe errors hace 1 año
go.sum Fix SMTP and Stripe errors 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 2 años
home.tpl Assign first two seed estimates to test user hace 1 año
main.css Delete files unused by view hace 1 año
main.js Delete files unused by view hace 1 año
master.tpl Assign first two seed estimates to test user hace 1 año
package-lock.json Render and select address from dropdown hace 2 años
package.json Delete files unused by view hace 1 año
skouter.go Fix SMTP and Stripe errors 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’.