Here you will understand how to run and setup the development environment for twitterclone in your local machine.
This guide is intended for Linux or MacOS users. For Windows users you could use something like WSL.
Prerequisites
Start the containers
make start
# or
docker-compose upRun the replication setup script
make db-setup-logical-replication
# or
chmod +x ./postgresql/setup_logical_replication.sh
./postgresql/setup_logical_replication.shYou're done!
If you have any problems feel free to open an issue.