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
- Host: GitHub
- URL: https://github.com/natainditama/inventoxy
- Owner: natainditama
- License: mit
- Archived: true
- Created: 2022-04-27T07:23:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:08:07.000Z (over 2 years ago)
- Last Synced: 2024-09-28T19:42:57.476Z (over 1 year ago)
- Topics: inventory, inventory-management, inventory-management-system, laravel, laravel-application, laravel-mix, laravel9, natainditama, project, tailwind, tailwind-css, tailwindcss, tailwindcss-v3
- Language: JavaScript
- Homepage:
- Size: 65.9 MB
- Stars: 19
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Inventoxy
Open source inventory management build with Laravel!
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## ๐ 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 |
| Background Color |  #f3f4f6 |
| Text Color |  #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!