Git Product home page Git Product logo

donation's Introduction

Donation!

Let's make something useful for this world.

Donation is an open-source Laravel-based initiative designed to empower individuals and organizations worldwide to easily initiate charity campaigns. With this project, anyone can create, customize, and launch their own charity platform, enabling the global community to contribute and support causes that matter most.

Demo

You can see the demo Here Or have a quick look from screenshots:

Page Image
Home
Donate
Album
Contact
Admin: Login
Admin: Donations List
Admin: Manage Members

Installation guid

  • Clone repo: git clone https://github.com/souravdutt/donation.git

  • Open project cd donation

  • Download vendors/libraries composer install

    • Meanwhile you can create a new Database
  • Create .env file cp .env.example .env

  • Generate app key php artisan key:generate

  • add DB info in .env file

    DB_DATABASE=<YOUR DB NAME>
    DB_USERNAME=<YOUR DB USERNAME>
    DB_PASSWORD=<YOUR DB PASSWORD>
    
  • Add stripe API keys in .env file

    STRIPE_KEY=<your_api_key>
    STRIPE_SECRET=<your_secret_key>
    STRIPE_WEBHOOK_SECRET=<your_webhook_secret>
    
  • Add checkout information in .env file

    DONATION_CURRENCY=INR
    MIN_DONATION_AMOUNT=1000
    
    TRUST_NAME="School for Blind and Disabled Children"
    TRUST_ADDRESS="Delhi Gate"
    TRUST_CITY="Malerkotla"
    TRUST_ZIPCODE="148024"
    TRUST_COUNTRY="India"
    TRUST_PHONE="+919999999999"
    TRUST_EMAIL="[email protected]"
    
  • Migrate db tables php artisan migrate

  • Seed data into required tables (For Testing)

    php artisan db:seed
    

Want to contribute?

Contributions and suggestions are welcomed! Feel free to fork the project, make enhancements, and submit pull requests to help improve the platform's functionality and impact.

Join us in making a difference with Donation Project!

License?

MIT License

donation's People

Contributors

itsmeamanraj avatar souravdutt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.