Open source inventory management build with Laravel!
This project includes the following features:
- Product Management
- Inventory Tracking
- User Authentication
- Advanced Search Options
- Alerts and Notifications
Color | Hex |
---|---|
Primary Color | #1e40af |
Background Color | #f3f4f6 |
Text Color | #000000 |
DB_DATABASE
: Name of the database.DB_USERNAME
: The username to access the database.DB_PASSWORD
: The password to access the database.
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
Contributions are always welcome!
See contributing.md for ways to get started.
Please read the Code of Conduct
This project is licensed under the MIT License. See the LICENSE file for details
Contact me for inquiries, suggestions, or contributions via the following channels:
Thank you for your support, interest, feedback, and contributions!