Skip to content

aydinpramasta/sevima-intelliplan

Repository files navigation

IntelliPlan

About

IntelliPlan merupakan aplikasi berbasis web yang dirancang untuk membantu pengguna dalam merencanakan perjalanan pembelajaran yang efektif dan efisien.

Site URL: https://intelliplan.aydinpramasta.me

Tech Stacks

Setup Guide

# 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 .env

Environment 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 serve

Access the app at http://localhost:8000

About

Project Hackathon Sevima

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages