Skip to content

sri-ganeshk/eventcleanup

Repository files navigation

EventCleanup

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.

How to Clone and Run

Prerequisites

  • PHP 8.0+
  • Composer
  • Running instance of MongoDB

Steps

  1. Clone the repository

    git clone https://github.com/yourusername/eventcleanup.git
    cd eventcleanup
  2. Install dependencies

    composer install
  3. Configure Environment

    cp .env.example .env

    Edit .env and set your MONGO_URI if your database isn't running on localhost:27017.

  4. Start the development server

    php -S localhost:8000

    Open your browser and visit: http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors