HelpHand is a user-friendly web application designed to connect individuals seeking assistance with those willing to lend a helping hand. Whether you need help with daily chores like gardening or cleaning or you're eager to provide assistance to others, HelpHand facilitates this connection in a seamless and efficient manner.
Users can easily post tasks they need help with, specifying details and requirements.
Authorized helpers can browse available tasks and choose the ones they are willing and capable of completing.
A secure authorization system ensures that only trustworthy individuals can offer their services through the platform.
The application includes a built-in communication system to facilitate interaction between task posters and helpers.
An intuitive and visually appealing interface makes navigation and task management a breeze for both task seekers and providers.
https://github.com/russo-christian/HelpHand.git
cd HelpHand
npm install
Create a .env file in your directory and insert the following lines:
DB_URI=mongodb+srv://helphand:<password>@cluster0.9etrtdx.mongodb.net/helphand
PORT=3000
Ensure to replace password with the HelpHand DB password