Projects that are using CliFx 🚀 #108
willianantunes
started this conversation in
General
Replies: 1 comment
-
Thanks @willianantunes! That looks cool. I also remembered I started this wiki page but never actually updated it. Added your project there 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are many ways to find projects that are using CliFx, but one that I've been missing is actually something in this very repository. So that's why I created this discussion, so we can expose the projects that have been built, either by ourselves or that are being used internally, so we can tell lessons learned.
I would like to start with this playground project which is a Tic Tac Toe game through REST API:
I'm used to developing using Django. CliFx works pretty much like Django Management Commands, and it brings a lot of capabilities. You can apply migrations or even seed your database with fake data before running it (see this situation here), and it's pretty straightforward to test it as well. You can have it as a wrapper in one project to start your WEB API or your WORKER (worker sample here). Well, I think I could help you in any way by sharing a bit of some usage and the project above.
Beta Was this translation helpful? Give feedback.
All reactions