Skip to content

AFzOfficial/logger

Repository files navigation

Logger - Twitter Clone

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.

Technologies

Python Django PostgreSQL HTML TailwindCSS jQuery

How to Run?

Clone the project

git clone https://github.com/AFzOfficial/logger.git

cd logger

Setup env

python3 -m venv .venv
source .venv/bin/activate

Install Depends

pip install -r requirements.txt

Run Development Docker Compose

docker compose -f docker-compose.dev.yml up -d

Run Development Server

python3 manage.py runserver

Run With Docker

docker compose up -d

Open 127.0.0.1:8000 in your browser

Todos

  • Add Email Authentication with Celery and Redis
  • Reset Password