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 1 рік тому
assets Display letterhead as 400x200 pixel image 1 рік тому
components Fix bug caused by empty avatar field 1 рік тому
migrations Add address and phone number to user and branch 1 рік тому
views Dislay PDF mockup as test page 1 рік тому
.gitignore Add address and phone number to user and branch 1 рік тому
README.md List env variables in readme 1 рік тому
config.default.go Pull first SQL query into a struct 1 рік тому
go.mod Resize selected letterhead to good dimensions 1 рік тому
go.sum Resize selected letterhead to good dimensions 1 рік тому
helpers.js Show currency formated summary in estimates.vue 1 рік тому
main.js Add sidebar menu 1 рік тому
package-lock.json Add address and phone number to user and branch 1 рік тому
package.json Add address and phone number to user and branch 1 рік тому
skouter.go Use environment variables instead of config file 1 рік тому
webpack.config.js Add address and phone number to user and branch 1 рік тому

README.md

Environment variables

DBName DBUser DBPass

Bundling

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