Danyog is a web-based platform designed to connect people who want to donate unused items with orphanages that can benefit from these donations. By facilitating this exchange, Danyog aims to bring smiles to those in need by repurposing items that would otherwise go unused. You can visit the live site here: Danyog.
-
Clone the repository:
git clone https://github.com/riku-d/Danyog.git cd Danyog
-
Create a virtual environment and activate it:
python3 -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Set up the database (using SQLite3):
python manage.py migrate
-
Run the application:
python manage.py runserver
- Visit the live site: Danyog.
- Users can log in to donate items they no longer need, such as clothing, books, toys, and more.
- Orphanages can log in to browse listed items and place orders for items they need.
- User Login & Registration: Allows both donors and orphanages to create accounts and log in.
- Donation Listings: Donors can list items for donation, including details and images.
- Order Requests: Orphanages can request items listed by donors.
- SQLite3 Database: The platform uses SQLite3 for efficient data storage and retrieval.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by riku-d. For questions, reach out via email at rohitdutta2103@gmail.com.