Skip to content

noejunior299/ANGOCARE

 
 

Repository files navigation

AngoCare 👶🏿

AngoCare is a platform for donating goods to community centers in Angola. The goal of the project is to facilitate the connection between donors and community centers that need donations of various types of goods.

AngoCare Screenshot

Features ⚙️

  • User registration and authentication
  • Community center listing
  • Community center registration
  • Donation registration
  • Donation history
  • Notifications for donors and community centers

Technologies Used 🔥

  • PHP
  • Laravel
  • MySQL
  • Bootstrap
  • JavaScript

Installation 🔝🦾

To run the project locally, follow the steps below:

  1. Clone the repository:
git clone https://github.com/noejunior792/Angocare.git
cd angocare
  1. Install Laravel dependencies:
composer install
  1. Create the .env file:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Configure the .env file with your database information.

  2. Run migrations and seeders:

php artisan migrate --seed
  1. Start the local server:
php artisan serve
  1. Access http://localhost:8000 in your web browser.

Contribution 🤼‍♂️

If you want to contribute to the project, follow the steps below:

  1. Fork the project.

  2. Create a new branch:

git checkout -b my-feature
  1. Make the desired changes.
  2. Commit your changes:
git commit -m 'My new feature'
  1. Push to the branch:
git push origin my-feature
  1. Open a Pull Request.

License 🎓

This project is licensed under the Apache License. See the LICENSE file for more details.

Contact 📩

For more information, contact us at: noedombaxe@gmail.com

About

Our project aims to create a streamlined donation platform for charities, facilitating easy and secure contributions to various charitable causes. Users can browse through verified charity centers, select their preferred cause, and make donations securely online.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 45.0%
  • CSS 26.8%
  • Blade 13.6%
  • HTML 10.8%
  • PHP 3.7%
  • Hack 0.1%