IntelliPlan merupakan aplikasi berbasis web yang dirancang untuk membantu pengguna dalam merencanakan perjalanan pembelajaran yang efektif dan efisien.
Site URL: https://intelliplan.aydinpramasta.me
# Clone the repo
git clone https://github.com/aydinpramasta/sevima-intelliplan.git
# Change to repo directory
cd sevima-intelliplan
# Install PHP dependencies
composer install
# Copy environment variables
cp .env.example .envEnvironment variable yang wajib dikonfigurasi:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sevima_intelliplan
DB_USERNAME=root
DB_PASSWORD=
OPENAI_API_KEY=# Generate app key
php artisan key:generate
# Migrate
php artisan migrate
# Install frontend assets
npm install
# Compile frontend assets
npm run build
# Serve the application
php artisan serveAccess the app at http://localhost:8000