Project represents a RESTful API integrated with partners API. This API can track and display payment information.
To begin with you have to install source code using link in GitHub.
git clone https://github.com/qwissx/AmPayProject
Using stack: Redis, FastAPI, RabbitMQ, Celery, Aiohttp.
Architecture of the project:
Tables in PostgreSQL:
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

