Skip to content

includeVitor/payment-api

Repository files navigation

payment-api · GitHub license Main CI codecov

Running locally with docker:

  • Start the application with docker-compose up --build
  • Now you can visit localhost:4000 from your browser

Running locally:

  • Run mix deps.get to install all dependencies
  • Create and migrate your database with mix ecto.setup
  • Start the application with mix phx.server
  • Now you can visit localhost:4000 from your browser

Running tests:

  • Runn mix test to execute the tests
  • Run mix coveralls.html to execute the tests and export the reports to /cover folder

Ready to run in production? Please check our deployment guides.