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 48fa487fea Handle missing avatar and letterhead in PDF před 9 měsíci
assets Handle missing avatar and letterhead in PDF před 9 měsíci
components Handle missing avatar and letterhead in PDF před 9 měsíci
migrations Allow users to delete saved estimates před 10 měsíci
views Handle missing avatar and letterhead in PDF před 9 měsíci
.gitignore Add address and phone number to user and branch před 1 rokem
README.md Remove vue component for PDF generation před 1 rokem
app.tpl Assign first two seed estimates to test user před 10 měsíci
config.default.go Assign first two seed estimates to test user před 10 měsíci
go.mod Comma format dollar amounts in PDF před 10 měsíci
go.sum Comma format dollar amounts in PDF před 10 měsíci
helpers.js Show currency formated summary in estimates.vue před 1 rokem
home.tpl Assign first two seed estimates to test user před 10 měsíci
main.js Add sidebar menu před 1 rokem
master.tpl Assign first two seed estimates to test user před 10 měsíci
package-lock.json Render and select address from dropdown před 1 rokem
package.json Render and select address from dropdown před 1 rokem
skouter.go Handle missing avatar and letterhead in PDF před 9 měsíci
terms.tpl Assign first two seed estimates to test user před 10 měsíci
webpack.config.js Render and select address from dropdown před 1 rokem

README.md

Environment variables

DBName DBUser DBPass

Bundling

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

Starting Server

It reads database info from environment variables, unless called as skouter dev. Dev mode uses default datbase credentials for user ‘tester’.