An API to manage a payment system!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
An API to manage a payment system!
Features:
- Deposit money on an account
- Withdrawal money of an account
- Transfer money between accounts
- elixir
npm install npm@latest -g
- Clone the repo
git clone https://github.com/jennifertakagi/chewiepay.git
- Install dependencies
mix deps.get
- Create a docker image of Postgres following the command
docker run --name chewieapi_dev -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
- Run database migrations
mix ecto.setup
- Run the following command in order to start the application in a development environment:
mix phx.server
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Jennifer Takagi - @jennitakagi