Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

natainditama/inventoxy

Repository files navigation

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!