Skip to content

akindemirsec/Django-Twitter

Repository files navigation

Django-Twitter

A Twitter-like web application built with Django for the backend and React for the frontend.

logo

Screenshots

image image

Features

  • User authentication (register, login, logout)
  • Post tweets
  • Like tweets
  • Follow users
  • View user profiles and their tweets
  • Responsive design

Prerequisites

  • Docker
  • Docker Compose

Getting Started

To run the application using Docker, follow these steps:

  1. Clone the repository:

    git clone https://github.com/akindemirsec/Django-Twitter.git
    cd Django-Twitter
  2. Build and run the Docker containers:

    sudo docker-compose up --build

    This will build the Docker images and start the containers. The backend will be available at http://localhost:8000 and the frontend at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published