A forum with threads, at threads you can send comments
- PostgreSQL
- Erlang and Elixir
- Mix
- Node (because of NPM)
- Please, set database credentials config on
config/dev.secret.exs
file based onconfig/dev.secret.example.exs
file - Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Install Node.js dependencies with
npm install
inside theassets
directory - Start Phoenix endpoint with
mix phx.server
- (optional) Execute the tests with
mix test
Now you can visit localhost:4000
from your browser and see the forum!.