Loading repository data…
Loading repository data…
shashaaankkkkk / repository
PawsitiveAdoptionHub, developed within 24 hours for Geekathon Hackathon 2023, is a user-friendly pet adoption platform. It streamlines pet adoptions with advanced search, detailed profiles, and community engagement features, fostering responsible pet ownership.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
PawsitiveAdoptionHub is a comprehensive pet adoption platform designed to simplify the pet adoption process and connect pets in need with caring individuals or families.
Clone the repository:
git clone https://github.com/Shashaaankkkkk/PawsitiveAdoptionHub.git
Setup Python environment and install dependencies:
cd PawsitiveAdoptionHub
python -m venv venv
source venv/bin/activate (For Windows: venv\Scripts\activate)
pip install -r requirements.txt
Configure the database in settings.py:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'your_db_name',
'USER': 'your_db_user',
'PASSWORD': 'your_db_password',
'HOST': 'localhost',
'PORT': '5432',
}
}
Apply migrations and start the server:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Access the application at http://127.0.0.1:8000/ in your browser.
Contributions are welcome! If you want to contribute to this project, please follow these steps:
git checkout -b feature)git commit -am 'Add new feature')git push origin feature)This project is licensed under the MIT License.







