Skip to content

nenros/lunchbot

Repository files navigation

Lunchbot

Codacy Badge

CircleCI

  • Start your service with docker-compose up

  • Run project test suite with docker-compose run lunchbot mix test

  • Start IEx session in running service # Find a container id using docker ps docker exec -it bash

    # In container
    iex --sname debug --remsh app@$(hostname)
    

Alternatively, you can still run the project directly, without docker:

  • Start just the database service with docker-compose up db
  • Install dependencies with mix deps.get
  • prepare the database using mix do ecto.create, ecto.migrate
  • Start your service with iex -S mix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published