bajapro/Penilaian-Esai/README.md
2025-06-07 16:18:13 +07:00

18 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## First initialize project
1. Run the following command to clone the project
`git clone https://github.com/rsakml/Penilaian-Esai.git`
2. Run the following command to update the laravel package.
`composer update`
3. Run the following command to copy the env.example file into .env
`cp .env.example .env`
4. Run the following command to generate key
`php artisan key:generate`
5. Import database ke MySQL database. Sesuaikan nama database pada MySQL dengan yang ada pada project Laravel, file .env.
6. Then run laravel on another port, this case using port = 8001
`Penilaian-Esai>php artisan serve -port=8001`