Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

Rocketpay

API deployed at https://mendel-rocketpay.herokuapp.com/

You can test the API via my frontend API tester, at https://api-tester.vercel.app/

To run locally:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can make rest requests to localhost:4000/api from your favorite api tester.