Skip to content

dnzk/payment_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaymentServer

PaymentServer is a backend server for bank-like entity, where users can create multiple wallets of different currencies and send money from one wallet to another. The API uses GraphQL with Absinthe. The currency exchange provider is Alpha Vantage.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Once started, it serves GraphiQL in localhost:4000/api/graphiql.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages