- El código nuestro está en:
/lib
/lib/modules
/web/controllers/subasta_controller.ex
/web/models/subasta.ex
/test/models
Correr los siguientes comandos en orden
mix deps.get
mix ecto.create
# tener mongodb en localhost:27017
# sudo hostname localhost
# (para cambiar temporalmente el hostname)
make server
make failover
make client
make client2
make client3
make tests
mix phoenix.gen.json Subasta subastas titulo:string precio:integer duracion:integer