An all-in-one web platform designed to connect community members through features such as a marketplace, emergency alerts, events, lost & found, and more.
- Marketplace: Buy and sell items within your community.
- Emergency Alerts: Receive and send urgent notifications.
- Events: Discover and join local events.
- Lost & Found: Report or find lost items.
- User Dashboard: Quick access to all features and activity summaries.
.
├── backend/
│ ├── database.js
│ ├── server.js
│ ├── middleware/
│ └── routes/
├── database/
│ └── integrated_community_platform.sql
├── frontend/
│ ├── *.html
│ ├── css/
│ └── scripts/
├── images/
├── .env
├── .gitignore
├── ERdiagram.jpg
├── LICENSE
├── package.json
├── project_proposal_report.pdf
└── README.md
- Node.js
- npm
- Clone the repository.
- Install backend dependencies:
cd backend npm install
- Configure environment variables in
.env
. - Set up the database using the SQL script in
database/integrated_community_platform.sql
. - Start the backend server:
node server.js
- Open the frontend HTML files in your browser (e.g.,
frontend/index.html
).
- badhon-dalbot
- 5s4d1
This project is licensed under the MIT License. See the LICENSE file for details.
© 2024 badhon-dalbot & 5s4d1