go-saas / saas

go data framework for saas(multi-tenancy)
MIT License
264 stars 44 forks source link

dockerized version #2

Closed ghost closed 2 years ago

ghost commented 3 years ago

Hi @Goxiaoy ,

Hope you are all well !

I was wondering if you can bundle go-saas backend and frontend into a docker-compose file ? I would like to have a try.

Cheers, Luc Michalski

goxiaoy commented 3 years ago

Hi @lucmichalski At the beginning, this project targets to provider a headless solution for developers to fit their own developing stack, so it's not an end-to-end solution like https://github.com/thedevdojo/wave. There are so many choices to develop end-to-end services, such as different front-end, different web frameworks, different database access layer, and I do not want to set a limitation for someone interesting in delivering saas. The codes are a portable version from our business, and I want to demonstrate a way to turn a existing software into saas mode.

But I am willing to open source more codes from our project which includes frontend (Vue), and sorry there is no time estimation

Best. G

goxiaoy commented 2 years ago

https://github.com/Goxiaoy/go-saas-kit/issues/4

goxiaoy commented 2 years ago

Headless example https://github.com/Goxiaoy/go-saas/tree/main/examples