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.
- User registration and authentication
- Community center listing
- Community center registration
- Donation registration
- Donation history
- Notifications for donors and community centers
- PHP
- Laravel
- MySQL
- Bootstrap
- JavaScript
To run the project locally, follow the steps below:
- Clone the repository:
git clone https://github.com/noejunior792/Angocare.git
cd angocare
- Install Laravel dependencies:
composer install
- Create the
.env
file:
cp .env.example .env
- Generate the application key:
php artisan key:generate
-
Configure the
.env
file with your database information. -
Run migrations and seeders:
php artisan migrate --seed
- Start the local server:
php artisan serve
- Access
http://localhost:8000
in your web browser.
If you want to contribute to the project, follow the steps below:
-
Fork the project.
-
Create a new branch:
git checkout -b my-feature
- Make the desired changes.
- Commit your changes:
git commit -m 'My new feature'
- Push to the branch:
git push origin my-feature
- Open a Pull Request.
This project is licensed under the Apache License. See the LICENSE file for more details.
For more information, contact us at: noedombaxe@gmail.com