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 c7158bd863 Insert MI and fees with insert functions hace 2 años
assets Ensure new estimates have correct user IDs hace 2 años
components Calculate estimate summary values in backend hace 2 años
migrations Fetch user's estimates list from estimates.vue hace 2 años
.gitignore Fix errors and rename migration setup file hace 2 años
README.md Setup Vue hace 2 años
app.tpl Add sidebar hace 2 años
config.default.go Pull first SQL query into a struct hace 2 años
go.mod Add API routing and login functions hace 2 años
go.sum Add API routing and login functions hace 2 años
helpers.js Move fees form to a new component hace 2 años
home.tpl Setup Vue hace 2 años
main.js Add sidebar menu hace 2 años
master.tpl Add missing test user fields in seeds hace 2 años
package-lock.json Make sidebar toggleable on mobile hace 2 años
package.json Make sidebar toggleable on mobile hace 2 años
skouter.go Insert MI and fees with insert functions hace 2 años
terms.tpl Setup HTML template files hace 2 años
webpack.config.js Sync <input/> and data:{} values hace 2 años

README.md

Bundling

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