Skip to content

codebyroshit/simak

Repository files navigation

Sistem Manajemen Kuesioner

🚀 Installation

Follow these steps to install and run the SIMAK project:

1. Clone this repository to your computer:

git clone https://github.com/username/SistemManajemenKuesioner.git

2. Navigate to the project directory:

cd SistemManajemenKuesioner

3. Install JavaScript dependencies using npm (Node.js must be installed):

npm install

4. Copy the .env.example file to .env and configure the database and other settings:

cp .env.example .env

5. Run database migrations and seed initial data:

php artisan migrate --seed

6. Generate the application key:

php artisan key:generate

7. Run the development server

npm run dev && php artisan serve

About

2nd winner in LKS Web Technologies DIY

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published