obrown06 / slim-overflow

A slimmed-down clone of Stack Overflow
0 stars 0 forks source link

slim-overflow

slim-overflow is a web application which implements much (but not all) of the core functionality of Stack Overflow. It is written in Elixir and built on the Phoenix Framework.

Some of the features it supports:

Setup

  1. Install Elixir here and Phoenix, Node.js, and PostgreSQL here.

  2. Install dependencies with mix deps.get.

  3. Create and migrate the Postgres database with mix ecto.create && mix ecto.migrate.

  4. Install Node.js dependencies with cd assets && npm install

  5. Start Phoenix endpoint with mix phx.server

Now visit localhost:4000 and have at it!