Knock-Knock is a website dedicated to fostering a supportive community by connecting individuals in need of assistance with those who have available free time. Our platform allows people to find help when they need it most.
Most features are available to registered users.
As a guest, you can browse Knock-Knocks to see other users' requests.
Upon registration, you can create new requests and submit them to help other users, sometimes with something in return.
Just run:
./startup.sh
- Framework: Django
- Database: SQLite3
- Guests can view the latest updated Knock-Knocks to see other users' activities and be encouraged to register.
- Guests can search for requests based on title, day and/or category.
- Users can create new assistance requests called Knock-Knock.
- Users can view their homepage, which displays their current active Knock-Knocks, the Knock-Knocks they are trying to apply for, and a list of possible new works to apply for.
- Users can communicate via an internal chat to coordinate before, during, and after a match is made.
- The admin can generate random data for testing purposes using CLI commands.
- Determine the flow for matching Users.
- Implement a rating system where Users can rate each other based on the quality of work done.
- Allowing multiple workers to work on a single Knock-Knock.
- Enabling workers to set their default availability time.
- Guest (Not logged-in user)
- User (Logged-in user)
- Visibility-Narrowed (Logged-in users who are interested in free or paid works)
- Admin (Website administrator)



