Community of Sharing is a Django-based web application that enables users to lend and borrow resources within a trusted local network.
It includes item listings, borrowing requests, user reviews, and community announcements — all built with function-based views and Django templates.
- User registration, login, and logout
- Profile creation and editing
- Password reset functionality using email
- Users can list items they want to lend
- Each listing includes title, description, image, and availability
- Edit or delete items from the dashboard
- Browse and search available resources
- Send borrowing requests to item owners
- Receive notifications when a request is accepted or rejected
- Users can leave reviews and star ratings after a transaction
- Applies to both borrowers and lenders
- Builds transparency and trust
- Users can post announcements for local events, meetups, or workshops
- A shared space to promote community interaction
- Django (Function-Based Views)
- HTML, CSS, Bootstrap (via Django templates)
- SQLite (default development database)
- Django Auth System (no REST API)
Developed by Sreerag Sreekanth