Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Immanuel Onyeka 4f16ba3e95 List env variables in readme 2 роки тому
assets Display letterhead as 400x200 pixel image 2 роки тому
components Fix bug caused by empty avatar field 2 роки тому
migrations Add address and phone number to user and branch 2 роки тому
views Dislay PDF mockup as test page 2 роки тому
.gitignore Add address and phone number to user and branch 2 роки тому
README.md List env variables in readme 2 роки тому
config.default.go Pull first SQL query into a struct 2 роки тому
go.mod Resize selected letterhead to good dimensions 2 роки тому
go.sum Resize selected letterhead to good dimensions 2 роки тому
helpers.js Show currency formated summary in estimates.vue 2 роки тому
main.js Add sidebar menu 2 роки тому
package-lock.json Add address and phone number to user and branch 2 роки тому
package.json Add address and phone number to user and branch 2 роки тому
skouter.go Use environment variables instead of config file 2 роки тому
webpack.config.js Add address and phone number to user and branch 2 роки тому

README.md

Environment variables

DBName DBUser DBPass

Bundling

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