natainditama / inventoxy

πŸ“¦ Open source inventory management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventoxy

Open source inventory management build with Laravel!

contributors last update forks stars open issues license


screenshot

πŸ“ About the Project

🌟 Features

This project includes the following features:

  • Product Management
  • Inventory Tracking
  • User Authentication
  • Advanced Search Options
  • Alerts and Notifications

🎨 Color Reference

Color Hex
Primary Color #1e40af #1e40af
Background Color #f3f4f6 #f3f4f6
Text Color #000000 #000000

πŸ”‘ Environment Variables

  • DB_DATABASE : Name of the database.
  • DB_USERNAME : The username to access the database.
  • DB_PASSWORD : The password to access the database.

πŸš€ Getting Started

πŸ”§ Prerequisites

πŸƒ Run Locally

Clone the project

  git clone https://github.com/natainditama/inventoxy.git

Go to the project directory

  cd inventoxy

Install the dependencies

  composer install && yarn install

Define your environment file

  cp .env.example .env

Generate the application key

  php artisan key:generate

Start the local server

  php artisan serve

πŸ‘‹ Contributing


Contributions are always welcome!

See contributing.md for ways to get started.

πŸ“œ Code of Conduct

Please read the Code of Conduct

⚠️ License

This project is licensed under the MIT License. See the LICENSE file for details

🀝 Contact

Contact me for inquiries, suggestions, or contributions via the following channels:

Thank you for your support, interest, feedback, and contributions!

About

πŸ“¦ Open source inventory management

License:MIT License


Languages

Language:JavaScript 78.6%Language:PHP 11.4%Language:Blade 6.6%Language:CSS 3.4%