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 94390b1aa3 List and display template details in view před 1 rokem
assets Handle missing avatar and letterhead in PDF před 1 rokem
components List and display template details in view před 1 rokem
migrations Allow users to delete saved estimates před 1 rokem
views List and display template details in view před 1 rokem
.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 1 rokem
config.default.go Assign first two seed estimates to test user před 1 rokem
go.mod Comma format dollar amounts in PDF před 1 rokem
go.sum Comma format dollar amounts in PDF před 1 rokem
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 1 rokem
main.js Add sidebar menu před 2 roky
master.tpl Assign first two seed estimates to test user před 1 rokem
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 List and display template details in view před 1 rokem
terms.tpl Assign first two seed estimates to test user před 1 rokem
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’.