Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Immanuel Onyeka c7158bd863 Insert MI and fees with insert functions před 2 roky
assets Ensure new estimates have correct user IDs před 2 roky
components Calculate estimate summary values in backend před 2 roky
migrations Fetch user's estimates list from estimates.vue před 2 roky
.gitignore Fix errors and rename migration setup file před 2 roky
README.md Setup Vue před 2 roky
app.tpl Add sidebar před 2 roky
config.default.go Pull first SQL query into a struct před 2 roky
go.mod Add API routing and login functions před 2 roky
go.sum Add API routing and login functions před 2 roky
helpers.js Move fees form to a new component před 2 roky
home.tpl Setup Vue před 2 roky
main.js Add sidebar menu před 2 roky
master.tpl Add missing test user fields in seeds před 2 roky
package-lock.json Make sidebar toggleable on mobile před 2 roky
package.json Make sidebar toggleable on mobile před 2 roky
skouter.go Insert MI and fees with insert functions před 2 roky
terms.tpl Setup HTML template files před 2 roky
webpack.config.js Sync <input/> and data:{} values před 2 roky

README.md

Bundling

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