Skip to content

Sachindesai2213/social-networking-app

Repository files navigation

Social Networking Application

This is a Django-based social networking application designed to be easily deployable using Docker. The application is built with Python 3.11 and provides essential social networking features.

Prerequisites

  • Python 3.11
  • Docker & Docker Compose installed on your system

Getting Started

1. Clone the Repository

git clone https://github.com/Sachindesai2213/social-networking-app.git
cd social-networking-app

2. Running the Application with Docker

docker-compose up --build

3. Running the Application without Docker

3.1. Install Dependencies

pip install -r requirements.txt

3.2. Run the Development Server

python manage.py runserver