Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Immanuel Onyeka 4511f2cb39 Setup invoice.paid webhook handler 8 місяці тому
assets Access main Grav site through Go reverse proxy 8 місяці тому
components Correct letterhead rendering when avatar is missing 9 місяці тому
grav-admin/user Process and complete Stripe payments 8 місяці тому
migrations Setup invoice.paid webhook handler 8 місяці тому
views List and display template details in view 9 місяці тому
.gitignore Setup webpack entry point for vue components 8 місяці тому
README.md Remove vue component for PDF generation 1 рік тому
app.tpl Assign first two seed estimates to test user 10 місяці тому
config.default.go Assign first two seed estimates to test user 10 місяці тому
go.mod Setup subscription SQL table 8 місяці тому
go.sum Setup subscription SQL table 8 місяці тому
grav-webpack.config.js Setup webpack entry point for vue components 8 місяці тому
helpers.js Show currency formated summary in estimates.vue 1 рік тому
home.tpl Assign first two seed estimates to test user 10 місяці тому
main.js Add sidebar menu 1 рік тому
master.tpl Assign first two seed estimates to test user 10 місяці тому
package-lock.json Render and select address from dropdown 1 рік тому
package.json Setup webpack entry point for vue components 8 місяці тому
skouter.go Setup invoice.paid webhook handler 8 місяці тому
terms.tpl Assign first two seed estimates to test user 10 місяці тому
webpack.config.js Setup webpack entry point for vue components 8 місяці тому

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’.