Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 855 Bytes

File metadata and controls

47 lines (25 loc) · 855 Bytes

AmPayProject

Project represents a RESTful API integrated with partners API. This API can track and display payment information.


Content List


Dowlanding

To begin with you have to install source code using link in GitHub.

git clone https://github.com/qwissx/AmPayProject

Description

Using stack: Redis, FastAPI, RabbitMQ, Celery, Aiohttp.

Architecture of the project:

Architecture

Tables in PostgreSQL:

Tables

Explotation

To start this first of all you have to fill completely env file in api service. After that you have to start your docker daemon and run this command:

sudo docker compose up

After this your API will be running on http://localhost:8000