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.
- Python 3.11
- Docker & Docker Compose installed on your system
git clone https://github.com/Sachindesai2213/social-networking-app.git
cd social-networking-app
docker-compose up --build
pip install -r requirements.txt
python manage.py runserver