/invextry

Inventory Management Solution with Vue JS & Laravel

Primary LanguageVueOtherNOASSERTION

This Project is Under Development.

Invextry

Inventory Management System With Laravel & Vue JS

Open Source Income Expense Tracker

Installation Guide

Follow these steps to set up and run the project locally.

Prerequisites

Make sure you have the following installed:

  • Git
  • Composer
  • Node.js and npm
  • PHP >= 8.1
  • MySQL

Installation Steps

  1. Clone the GitHub repository

    git clone https://github.com/efthakhar/invextry.git
    
  2. Install Composer packages:

    composer install
    
  3. Install npm packages

    npm install
    
  4. Create .env file

    Duplicate .env.example and rename it to .env.

  5. Generate encryption key

    Run the following command to generate a unique application key.

    php artisan key:generate
    
  6. Update APP_URL in .env

    Open .env file and update the APP_URL value according to your application's domain path. For local development, it will typically be:

    APP_URL=http://127.0.0.1:8000
    
  7. Run migrations

    php artisan migrate
    
  8. Start the development server

    php artisan serve
    
  9. Enable development mode

    npm run dev
    

Now you're all set up! Access your application through the specified APP_URL.

Contributor

License

  • Copyright © 2023 Invextry
  • Invextry is open-sourced software licensed under the MIT license

Acknowledgments

This project wouldn't be possible without the amazing contributions of the following open-source projects: