An open API service indexing awesome lists of open source software.

https://github.com/natainditama/inventoxy

๐Ÿ“ฆ Open source inventory management
https://github.com/natainditama/inventoxy

inventory inventory-management inventory-management-system laravel laravel-application laravel-mix laravel9 natainditama project tailwind tailwind-css tailwindcss tailwindcss-v3

Last synced: 9 months ago
JSON representation

๐Ÿ“ฆ Open source inventory management

Awesome Lists containing this project

README

          

Inventoxy



Open source inventory management build with Laravel!



contributors


last update


forks


stars


open issues


license




View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature




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](https://via.placeholder.com/10/1e40af?text=+) #1e40af |
| Background Color | ![#f3f4f6](https://via.placeholder.com/10/f3f4f6?text=+) #f3f4f6 |
| Text Color | ![#000000](https://via.placeholder.com/10/000000?text=+) #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

- [PHP](https://www.php.net/)
- [MySQL](https://www.mysql.com/)
- [Composer](https://getcomposer.org/)

### ๐Ÿƒ Run Locally

Clone the project

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

Go to the project directory

```bash
cd inventoxy
```

Install the dependencies

```bash
composer install && yarn install
```

Define your environment file

```bash
cp .env.example .env
```

Generate the application key

```bash
php artisan key:generate
```

Start the local server

```bash
php artisan serve
```

## ๐Ÿ‘‹ Contributing




Contributions are always welcome!

See [contributing.md](https://github.com/natainditama/inventoxy/blob/main/.github/CONTRIBUTING.md) for ways to get started.

### ๐Ÿ“œ Code of Conduct

Please read the [Code of Conduct](https://github.com/natainditama/inventoxy/blob/main/.github/CODE_OF_CONDUCT.md)

## โš ๏ธ License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/natainditama/inventoxy/blob/main/LICENSE) file for details

## ๐Ÿค Contact

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

- [Email](mailto:natainditama.dev@gmail.com)
- [LinkedIn](https://www.linkedin.com/in/natainditama)
- [GitHub](https://github.com/natainditama)

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