Skip to content

includeVitor/payment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A functional payment api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published