Skip to content

Helpify is a location-based community service platform created using MERN and Firestore(Firebase).

Notifications You must be signed in to change notification settings

adhirajcs/helpify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helpify

Helpify is a location-based community service platform designed to facilitate assistance and support within local communities. Users can post requests for crowdfunding, donations, assistance in locating missing persons or pets, or accessing essential medical supplies, which are visible only to others within the same city.

Background:

Helpify was developed as a College Major Project for MCA degree in Heritage Institute of Technology, Kolkata College by contributors Soumik Sil, Avishek Verma, and Adhiraj Saha.

Contributors:

Features:

  • Create and view posts specific to your city.
  • Request and offer assistance for various needs.
  • Chat with other users in real-time for immediate communication within the same region.
  • Like and comment on posts to engage with the community.
  • Receive real-time alerts for relevant activities in your locality.

Technologies Used:

  • Frontend: React JS, Tailwind CSS
  • Backend: Express.js, Node.js, MongoDB Database, Cloud Firestore (Firebase)
  • Geolocation API, Google Maps API, Nodemailer

Installation:

  1. Clone the repository: git clone https://github.com/Imperial79/helpify.git
  2. Navigate to the project directory: cd helpify
  3. Install dependencies for backend: npm i
  4. Start the backend server: npm run dev
  5. Navigate to the frontend of the project: cd frontend
  6. Install dependencies for frontend: npm i
  7. Start the frontend: npm run dev

License

Helpify is not licensed.

Note: Please note that this project is not licensed, and any use or modification of the code is at your own discretion and responsibility.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%