Logger is a clone of Twitter. Users can post text, follow each other, like posts and reply.
and other cool features such as premium users and etc.
git clone https://github.com/AFzOfficial/logger.git
cd logger
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
docker compose -f docker-compose.dev.yml up -d
python3 manage.py runserver
docker compose up -d
Open 127.0.0.1:8000 in your browser
- Add Email Authentication with Celery and Redis
- Reset Password