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 4f16ba3e95 List env variables in readme před 2 roky
assets Display letterhead as 400x200 pixel image před 2 roky
components Fix bug caused by empty avatar field před 2 roky
migrations Add address and phone number to user and branch před 2 roky
views Dislay PDF mockup as test page 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
config.default.go Pull first SQL query into a struct 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 Add address and phone number to user and branch před 2 roky
package.json Add address and phone number to user and branch před 2 roky
skouter.go Use environment variables instead of config file před 2 roky
webpack.config.js Add address and phone number to user and branch 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; ``