Git Product home page Git Product logo

oligesapi's Introduction

oliges-logo-1

About Oliges

Oliges, an easy-to-use web application, is designed to streamline the management of olive oil cooperatives, covering everything from olive intake management to the automated generation of Delivery Note (DAT) documents. Oliges stands out for its ability to:

  • Manage information about farmers and their properties.
  • Record olive intake and generate receipts automatically.
  • Handle lots sent to the mills.
  • Simplify the creation of necessary documentation.
  • Provide detailed statistics visualization.

With Oliges, you'll efficiently and swiftly digitize your cooperative.

Requirements

  • PHP 8.1, extensions Ctype, cURL, DOM PHP, Fileinfo, Filter, Hash, Mbstring, OpenSSL, PCRE, PDO, Session, Tokenizer, XML.
  • Composer
  • Apache2 o Nginx
  • MariaDB 10.10.2

Installation

Clona el repositorio en una carpeta con el nombre del proyecto:

git clone https://github.com/toskabnk/OligesAPI.git

O en la carpeta actual con:

git clone https://github.com/toskabnk/OligesAPI.git .

Rename the file .env.example to .env and modify the database user values as well as the name. Modify any other values you deem necessary

Install the dependencies with:

composer install

Once the dependencies are installed, generate a new application key by executing:

php artisan key:generate

Create migrations in the database and generate the necessary minimal data:

php artisan migrate --seed

Install the necessary keys for Laravel Passport authentication with:

php artisan passport:install

Run

Run the project in a local environment with:

php artisan serve

oligesapi's People

Contributors

toskabnk avatar

Watchers

 avatar

oligesapi's Issues

Send email to notify actions

  • Send email to farmer when register new receipt
  • Send email to farmer when a receipt is deleted
  • Send email to farmer when added to a cooperative
  • Send email to farmer when register in the app
  • Send email to farmer when changed status from a cooperative

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.