rwx-yxu / inventory

Inventory application that uses openfaas to deploy an api backend and vuejs front end.
0 stars 0 forks source link

Go-template frontend #25

Open rwx-yxu opened 2 years ago

rwx-yxu commented 2 years ago

Use go templates as the front end for simplicity. This can be served through the embed package. I am thinking of having a single page application for now with a list of inventory lists and a drop-down with said items.

rwx-yxu commented 2 years ago

Debating on using the same dockerfile config or use the golang HTTP function from the templates store

rwx-yxu commented 2 years ago

Main impact of this will be for is routing if I need more pages.