Starter for "db app" without user, mailer, worker, etc #125
-
👋 I want to migrate a small go app to $ loco new foody --db --no-mailer --no-user-auth --no-worker |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @felipesere, great call on migrating to Loco! :) we are trying to avoid creating starters per specific usecas (there is a lot of combination) to make a choice easier for the user and also for less maintenance. We build Auth: The Auth is a feature flag that is enabled by default. If you don't need it, you can turn it off here. Mailer: We currently consider the Mailer as part of the SaaS tool. If you don't require it, you can remove the loader in worker - By default, the worker is not loaded when you run loco. run |
Beta Was this translation helpful? Give feedback.
@felipesere Happy to hear! We are here to assist with any further questions you may have. Feel free to share new ideas or provide feedback that could contribute to our continuous improvement.
Please do keep us updated on your progress, and let us know when the service is live in production.:)