Skip to content

This is a simple social networking application built with Django.

Notifications You must be signed in to change notification settings

marwan-alshalabi/Django-SocialNetworkApp

Repository files navigation

icon

Django Social Network App

Welcome to the Django Social Network App repository! This project is a social networking application developed using Django, designed to connect people and facilitate communication in a seamless way.

Table of Contents

Features

  • User authentication and authorization
  • Profile creation and customization
  • Friend search with username
  • Friend follow and unfollow
  • Edit and delete Post
  • News feed for updates from friends

Installation

To get started with the Django Social Network App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/marwan-alshalabi/Dajango-SocialNetworkApp.git
    
  2. Navigate to the project directory:

    cd Dajango-SocialNetworkApp
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Configure the application by setting up environment variables or configuration files.

  5. Apply database migrations:

    python manage.py migrate
    
  6. Create a superuser for the admin interface:

    python manage.py createsuperuser
    
    
  7. Start the development server:

    python manage.py runserver
  8. Open your browser and visit http://localhost:8000 to use the Django Social Network App.

Usage

Provide information on how users can interact with your Django application. Include screenshots or GIFs to showcase the user interface and features.

Contributing

If you want to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Feel free to reach out to the project owner (Marwan Al Shalabi) for any questions or collaboration opportunities.

About

This is a simple social networking application built with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published