All Projects → aviabird → gringotts_payment

aviabird / gringotts_payment

Licence: other
Demo Phoenix app showing gringotts payment library integrations.

Programming Languages

CSS
56736 projects
elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gringotts payment

Phoenixsharp
C# Phoenix Channels client. Unity Compatible.
Stars: ✭ 96 (+300%)
Mutual labels:  phoenix, phoenix-framework
live dj
💿 Join or create video playlists to share a real-time experience with others! 🎧
Stars: ✭ 19 (-20.83%)
Mutual labels:  phoenix, phoenix-framework
Elixir Companies
A list of companies currently using Elixir in production.
Stars: ✭ 1,475 (+6045.83%)
Mutual labels:  phoenix, phoenix-framework
Phoenix In Action
Code snippets and examples from the book Phoenix in Action from Manning and Geoffrey Lessel
Stars: ✭ 60 (+150%)
Mutual labels:  phoenix, phoenix-framework
pokerex client
Elm client for PokerEx project
Stars: ✭ 39 (+62.5%)
Mutual labels:  phoenix, phoenix-framework
Shorten api tutorial
🔗How to make a link shortener using Elixir, Phoenix and Mnesia
Stars: ✭ 60 (+150%)
Mutual labels:  phoenix, phoenix-framework
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: ✭ 166 (+591.67%)
Mutual labels:  phoenix, phoenix-framework
Remote retro
Free, world-class retrospectives
Stars: ✭ 474 (+1875%)
Mutual labels:  phoenix, phoenix-framework
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (+116.67%)
Mutual labels:  phoenix, phoenix-framework
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: ✭ 4,278 (+17725%)
Mutual labels:  phoenix, phoenix-framework
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+4154.17%)
Mutual labels:  phoenix, phoenix-framework
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: ✭ 20 (-16.67%)
Mutual labels:  phoenix, phoenix-framework
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-37.5%)
Mutual labels:  phoenix, phoenix-framework
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (+270.83%)
Mutual labels:  phoenix, phoenix-framework
Awesome Phoenix
🔥 Collection of awesome open-source apps made with Phoenix Framework
Stars: ✭ 481 (+1904.17%)
Mutual labels:  phoenix, phoenix-framework
Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (+379.17%)
Mutual labels:  phoenix, phoenix-framework
Hammer
An Elixir rate-limiter with pluggable backends
Stars: ✭ 366 (+1425%)
Mutual labels:  phoenix, phoenix-framework
React Phoenix
Make rendering React.js components in Phoenix easy
Stars: ✭ 426 (+1675%)
Mutual labels:  phoenix, phoenix-framework
Phoenix And Elm
Example application using Elixir, Phoenix and Elm
Stars: ✭ 188 (+683.33%)
Mutual labels:  phoenix, phoenix-framework
Far-From-Home
A cross-platform mobile developed using Flutter and Firestore for House Rental Application with integrated payment module
Stars: ✭ 27 (+12.5%)
Mutual labels:  payments, payment-gateway

GringottsPayment

An Example application showing, the integration of different Payment Gateways in a Phoenix application using gringotts library.

To test this application locally:

  • Fork this repository.
  • Install dependencies with mix deps.get
  • (Optionally) Start postgres via make start-pgsql via Docker. You'll need docker installed locally.
    • Confirm via docker ps if required.
    • Use make pgsql to start postgres in foreground to troubleshoot, if needed.
    • export DATABASE_URL=postgres://postgres:@localhost:5432/gringotts_payment_dev
    • make clean-pgsql to remove image and start over.
    • You may need to start make start-pgsql twice, after clean-pgsql
  • Create and migrate your database with mix ecto.create
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with make dev

Now you can visit localhost:4000 from your browser.

Checkout the running application @ gringotts_pay

Learn more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].