Skip to content

MatiasMagliano/sisfarma

Repository files navigation

SISFARMA

Drugstore management system and medical supplies

Motivations

Initially started as a final year field project for a Systems Analyst (available here) I decided to refine the project, maintaining the architecture, the bases of analysis and capture of requirements of this particular business.

Static Badge Latest Stable Version Static Badge

Laravel

License

Getting Started

Clone or download the project.

Prerequisites

  • PHP ^8.2 | ^8.1
  • MariaDB ^15.1 or MySQL
  • COMPOSER ^2.6.5

Installation

  • Go to the folder application using cd command on your cmd or terminal
  • Run composer install on your cmd or terminal
  • Copy and rename the .env.example file to .env on the root folder
  • Open your .env file and change the database name (DB_DATABASE), username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
  • Run php artisan key:generate
  • Run php artisan migrate --seed

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Sisfarma has no yet a license of any kind.