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 4f16ba3e95 List env variables in readme hace 2 años
assets Display letterhead as 400x200 pixel image hace 2 años
components Fix bug caused by empty avatar field hace 2 años
migrations Add address and phone number to user and branch hace 2 años
views Dislay PDF mockup as test page hace 2 años
.gitignore Add address and phone number to user and branch hace 2 años
README.md List env variables in readme hace 2 años
config.default.go Pull first SQL query into a struct hace 2 años
go.mod Resize selected letterhead to good dimensions hace 2 años
go.sum Resize selected letterhead to good dimensions hace 2 años
helpers.js Show currency formated summary in estimates.vue hace 2 años
main.js Add sidebar menu hace 2 años
package-lock.json Add address and phone number to user and branch hace 2 años
package.json Add address and phone number to user and branch hace 2 años
skouter.go Use environment variables instead of config file hace 2 años
webpack.config.js Add address and phone number to user and branch hace 2 años

README.md

Environment variables

DBName DBUser DBPass

Bundling

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