NauTure is a web application for agriculture auction and management.
Why NauTure?
This project empowers developers with essential features that simplify workflows and ensure robust application performance. The core features include:
- ποΈ Artisan Command Execution: Simplifies command-line interactions with Laravel, enhancing developer productivity.
- β‘ Vite Integration: Streamlines asset management and hot module replacement for a smoother development experience.
- π± Database Seeders: Pre-populates the database with essential data for testing and development, saving setup time.
- π User Role Management: Facilitates secure access control, enhancing application security and user experience.
- π¬ Dynamic Notifications: Integrates real-time notifications to keep users engaged and informed.
This project requires the following dependencies:
- Programming Language: PHP
- Package Manager: Composer, Npm
Build nauture from the source and intsall dependencies:
-
Clone the repository:
β― git clone https://github.com/hikam074/nauture -
Navigate to the project directory:
β― cd nauture -
Install the dependencies:
Using composer:
β― composer install
Using npm:
β― npm install
Run the project with:
Using composer:
php {entrypoint}
Using npm:
npm start