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 ba9522a883 Generate PDF with os/exec process instead of js před 2 roky
assets Display letterhead as 400x200 pixel image před 2 roky
components Generate PDF with os/exec process instead of js před 2 roky
migrations Save changed user address in database před 2 roky
views Generate PDF with os/exec process instead of js před 2 roky
.gitignore Add address and phone number to user and branch před 2 roky
README.md List env variables in readme před 2 roky
go.mod Resize selected letterhead to good dimensions před 2 roky
go.sum Resize selected letterhead to good dimensions před 2 roky
helpers.js Show currency formated summary in estimates.vue před 2 roky
main.js Add sidebar menu před 2 roky
package-lock.json Render and select address from dropdown před 2 roky
package.json Render and select address from dropdown před 2 roky
skouter.go Generate PDF with os/exec process instead of js před 2 roky
webpack.config.js Render and select address from dropdown před 2 roky

README.md

Environment variables

DBName DBUser DBPass

Bundling

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