Skip to content

markmosobo/farm-management

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Larafarm

a web app to manage crops,poultry, animals and other farm resources plus corresponding finances especially for a farmer bored with manual record keeping

About The Project

Here’s what your completed application will look like: farm

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Requirements

The current package requirements are:

  • Laravel >= 6.x
  • PHP >= 7.2
  • Node JS >=10.0

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://github.com

  2. Clone the repo

    git clone https://github.com/markmosobo/farm-management.git
  3. Install composer dependencies

    composer install
  4. Alternatively, update composer dependencies

    composer update
  5. Install NPM packages

    npm install
  6. Run this command

    cp .env.example .env
  7. Run each of these commands

    php artisan key:generate
    php artisan migrate
    php artisan db:seed
  8. Finally

    php artisan serve
  9. Login credentials (admin) [email protected] 123456

(back to top)

Contact

Project Link: https://github.com/markmosobo/farm-management

(back to top)

About

a web app to manage farm resources and finances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published