NilanchalaPanda / Animesthetic-Social-Media

Animesthetic is a Social media platform for anime lovers build in Django Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animesthetic Social Media Web App Project

Welcome to the Animesthetic Social Media Web App project! This Django-based web application allows users to connect with friends, share updates, and engage in social networking activities. This README.md file will guide you through the steps to run this app on your local machine.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python (3.6 or higher) installed on your system.
  • Django (3.2 or higher) installed.
  • Git installed to clone the project repository.

Installation

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/yourusername/Animesthetic-Social-Media.git
    
  2. Install the required librarys using command:

    pip install -m requirements.txt
    
  3. Then go to Social App directory using command:

    cd Social-Network
    
  4. Run app on local machine using command:

    python manage.py runserver
    
  5. Create Super User by using command:

    python manage.py createsuperuser
    
  6. Enter details and good to go 😄 go to following url in your browser:

    http://127.0.0.1:8000/admin
    

Contribution

If you would like to contribute to this project, please follow these steps:

  • Fork the repository on GitHub.
  • Create a new branch with a descriptive name for your feature or bug fix.
  • Make your changes and commit them with clear and concise commit messages.
  • Push your branch to your fork.
  • Create a pull request to the main repository's main branch.
  • Wait for a review and approval from the project maintainers.

Star History

Star History Chart

Contributors

Thank you to the following contributors who have helped improve this project:

About

Animesthetic is a Social media platform for anime lovers build in Django Framework

License:MIT License


Languages

Language:HTML 37.9%Language:Python 28.9%Language:JavaScript 20.6%Language:CSS 12.6%