Code Monkey home page Code Monkey logo

invextry's Introduction

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:

invextry's People

Contributors

ar-shahin avatar borhangit avatar efthakhar avatar jaberwiki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.