Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 
Immanuel Onyeka c566ddb991 Correctly represent fee types in estimates vue vor 1 Jahr
assets Add mandatory FHA MIP as a fee vor 1 Jahr
components Correctly represent fee types in estimates vue vor 1 Jahr
migrations Save estimates to database from summary view vor 1 Jahr
.gitignore Fix errors and rename migration setup file vor 2 Jahren
README.md Setup Vue vor 2 Jahren
app.tpl Add sidebar vor 2 Jahren
config.default.go Pull first SQL query into a struct vor 2 Jahren
go.mod Add API routing and login functions vor 2 Jahren
go.sum Add API routing and login functions vor 2 Jahren
helpers.js Move fees form to a new component vor 2 Jahren
home.tpl Setup Vue vor 2 Jahren
main.js Add sidebar menu vor 2 Jahren
master.tpl Add missing test user fields in seeds vor 2 Jahren
package-lock.json Make sidebar toggleable on mobile vor 2 Jahren
package.json Make sidebar toggleable on mobile vor 2 Jahren
skouter.go Save estimates to database from summary view vor 1 Jahr
terms.tpl Setup HTML template files vor 2 Jahren
webpack.config.js Sync <input/> and data:{} values vor 2 Jahren

README.md

Bundling

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