Skip to content

fartek/expert_advice

Repository files navigation

ExpertAdvice

Development

Prepare your environment

  1. install Docker and docker-compose
  2. in the project root directory run docker-compose -f ./docker-compose-dev.yml up -d to run the Postgres DBMS in a Docker container
  3. run mix ecto.create and MIX_ENV=test mix ecto.create to create the databases.
  4. run mix ecto.migrate to run migrations

About

A stackoverflow clone with half the advice and double the trolls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published