Skip to content

Prater is a chat web application and the source to blog about it

Notifications You must be signed in to change notification settings

josuegrullon/chat-app-elixir

 
 

Repository files navigation

Prater

What the hell is Prater?

Prater is a chat web application (well in the near future) build using Elixir and Phoenix framework. Check the demo.

I'm building the application in order to learn Phoenix and describe the process of learning/building that app on my blog.

Building the application like that allows me to cover a wide range of topics.

The implementation may miss some points, can have no tests and unfinished features. But that is mostly because those topics are waiting their time to be described in the blog.

Let's see how far it would lead me in my learning journey.

How to try it out

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

Prater is a chat web application and the source to blog about it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 75.3%
  • HTML 11.6%
  • JavaScript 9.3%
  • CSS 3.8%