Skip to content

jaikumarkaushil/Dog_Community

 
 

Repository files navigation

Dog Community Project

This project is a comprehensive, multi-page web application for a dog community, built with Django and MySQL. It provides a platform for dog owners and enthusiasts to connect, share, and learn more about different breeds of dogs. Users can adopt a dog, report any dog, and schedule meetups.

Features

  • Dog breed information
  • User profiles
  • Community forums
  • Dog adoption and reporting
  • Meetup scheduling

Technology Stack

The application is built with Django and uses a MySQL database. It is hosted on Azure App Service and benefits from an automated CI/CD pipeline using Azure DevOps, enabling rapid and reliable deployments while ensuring high-quality code delivery.

Live Demo

The application is hosted on Azure and can be accessed at https://dogs-community-jk.azurewebsites.net/

Local Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/dog-community-app.git
    
  2. Navigate to the project directory:

    cd dog-community-app
    
  3. Install the requirements:

    pip install -r requirements.txt
    
  4. Run the server:

    python manage.py runserver
    

Now, you can access the application at http://localhost:8000.

About Me

I am a passionate software developer with a keen interest in web development and cloud technologies. I believe in the power of community and love creating platforms that bring people together. This project is a testament to my passion for dogs and my skills in Django, MySQL, and Azure.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 32.2%
  • JavaScript 23.4%
  • SCSS 19.2%
  • HTML 15.7%
  • Less 7.8%
  • Python 1.7%