I want to create web forum with Phoenix

Hi, I’m a Japanese student for IT institute and this is my first post on this forum, sorry for my poor English in advance.
I’m slowly learning programming and severely lacking knowledge
Once created a simple app for Android, now I decided to create a web-related thing.
One of my teacher said “Elixir has potential, I don’t know well about it but learning Elixir could benefit you in the near future”
Some google search and found Phoenix framework.

So I decided to create web forum with Phoenix, a forum with user authentication system.
But as I stated since I’m a beginner, I have no idea what to do.
All I did is implementing React.js and TypeScript by watching tutorial

if you know good tutorial (text /video) or anything helpful, let me know
Thanks!

You will not find tutorials to teach you how to create a forum but you can get the knowledge to build a simple one. So first head down here to learn the basics https://hexdocs.pm/phoenix/overview.html. Then you you can use pow or uberauth to get authentication running.

Also React and typescript are used for JSON apis, phoenix works without them.

Welcome :023:

Have a look at:

With regards to learning materials, check out our Books and Courses sections :smiley: