A microservice that handles social interactions for Decentraland, built using the Well Known Components architecture pattern.
- Node.js v20.x.x
- Docker and Docker Compose
- PostgreSQL 14+
- Redis 6+
- NATS 2+
- LocalStack (for AWS services emulation)
# Clone and install
git clone https://github.com/decentraland/social-service-ea.git
cd social-service-ea
yarn install
# Start services
docker-compose up -d
# Run migrations
yarn migrate up
# Start the service
yarn devFor detailed setup instructions, see Getting Started.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.