Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Immanuel Onyeka 6566e1a4e9 Fix type and syntax errors 1 рік тому
assets Display letterhead as 400x200 pixel image 1 рік тому
components Fix type and syntax errors 1 рік тому
migrations Fix type and syntax errors 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 2 роки тому
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 2 роки тому
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; ``