Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.1 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.1 KB

Social Lead Generator

A social media statistical tool

Social Lead Generator is an analytical tool for analyzing Twitter post statistics. This supports trending posts statistics.

Features

  • View personal tweets statistics
  • View public handle tweets statistics
  • View trending posts
  • Easy deployment using Docker
  • Easy deployment on AWS
  • Stack managed using Terraform

Environment setup

Before you begin, you need to install and configure the following tools:

Pre-deployment

git clone https://github.com/sadmanbd/social-lead-generator
cd social-lead-generator

Deployment on Docker

For local development

cp .env.sample .env
docker compose up --build --remove-orphans

For production deployment

cp .env.prod.sample .env.prod
docker compose -f docker-compose.prod.yml --env-file .env.prod up --remove-orphans

Deployment on AWS

Deploy on AWS ECS (EC2)

terraform init
terraform apply

License

MIT