EventCleanup is a clean, modern web application designed to help communities organize, discover, and participate in local environmental cleanup events. Built with PHP and MongoDB.
- PHP 8.0+
- Composer
- Running instance of MongoDB
-
Clone the repository
git clone https://github.com/yourusername/eventcleanup.git cd eventcleanup -
Install dependencies
composer install
-
Configure Environment
cp .env.example .env
Edit
.envand set yourMONGO_URIif your database isn't running onlocalhost:27017. -
Start the development server
php -S localhost:8000
Open your browser and visit:
http://localhost:8000