Hello,
I’m looking for a boilerplate for my upcommig applications.
What do I need?
- Phoenix
- GraphQL (Absinthe + Dataloader)
- Authentication (token based, but not JWT-based)
Can someone help me?
Hello,
I’m looking for a boilerplate for my upcommig applications.
What do I need?
Can someone help me?
![]()
Do you need a project-scaffolding tool? If so, check out GitHub - pragdave/mix_templates: Basis of an open templating system for mix. Also see mix_gen · GitHub
Also this may help: GitHub - Adzz/ex_ample: A repo to help you get up to speed with implementing a graphql API in elixir! · GitHub
it is a tutorial to get set up using absinthe (the graphql lib) in an umbrella app. It might help give an idea of one way to structure such a project.