Built with a focus on speed and reliability, this project leverages a microservices architecture for optimal performance. Its modular design ensures seamless scalability and maintenance. Developed with cutting-edge technologies, it delivers unparalleled efficiency and robustness.
Create .env file and set parameters
RABBITMQ_DEFAULT_USER=
RABBITMQ_DEFAULT_PASS=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
AUTH_SERVICE_RMQ_URL=
AUTH_SERVICE_RMQ_QUEUE=
USER_SERVICE_RMQ_URL=
USER_SERVICE_RMQ_QUEUE=
WALLET_SERVICE_RMQ_URL=
WALLET_SERVICE_RMQ_QUEUE=
REDIS_URL=
REDIS_MAX=
REDIS_TTL=
ADMIN_API_KEY=
DATABASE_URL=
EXPIRATION=
JWT_SECRET=
EMAIL_USER=
EMAIL_PASS=
ETHEREUM_RPC_URL=
POLYGON_RPC_URL=
ENCRYPTION_KEY=
docker compose up --build