PharmApp is a pharmacy management application that facilitates managing medicine stocks, sales, and orders for pharmacies.
Follow these steps to install and run PharmApp locally.
Make sure you have the following installed on your system:
-
Clone this repository to your local machine using the following command:
git clone https://github.com/emeryntumba/pharmapp.git
-
Navigate to the PharmApp directory:
cd pharmapp
-
Install PHP dependencies via Composer:
composer install
-
Copy the default environment file and configure your own values:
cp .env.example .env
-
Generate a new application key:
php artisan key:generate
-
Run migrations to create the database tables:
php artisan migrate
-
Run seeder to create Admin role and Unknow customer
php artisan db:seed
-
Start the development server:
php artisan serve
-
Visit
http://localhost:8000
in your browser to access PharmApp.
- Management of medicine stocks.
- Tracking sales and orders.
- Management of seller users
- Low stock quantity notifications
- Generation of reports on sales and stocks.
The production version of PharmApp is available at PharmApp.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
PharmApp is licensed under the MIT License.