AsepSahrudin18 / be-laravel-article-post

Test Backend di PT. Sharing Vision Indonesia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cara Menjalankan project ini:

1. clone project dari repository ini

2. pastikan di local komputer sudah tersedia php versi 8 atau lebih.

3. pastikan sudah terinstall composer.

4. jika pesyaratan diatas sudah ada di lokal komputer selanjutnya adalah menjalankan command dibawah ini:

5. composer update

6. create .env dengan cara ketik pada cmd atau terminal (jika menggunakan linux): cp .env .env.example lalu buka file .env tersebut dan settup pada bagian:

DB_DATABASE= DB_USERNAME=root DB_PASSWORD=

(jika databasenya belum diimport bisa import databasenya terlebih dahulu, untuk databasenya ada di project ini dengan nama: db_be_test_svi.sql) DB_DATABASE: isi sesuai nama database yang digunakan. DB_USERNAME: apabila menggunakan username default root saja jika pakai maka ganti dengan username yang ada. DB_PASSWORD: isi dengan password yang dibuat dan apabila tidak menggunakan password kosongkan saja.

7. selanjutnya jalankan perintah: php artisan key:generate

8. lalu jalankan projectnya dengan: php artisan serve.

9. sekarang backendnya sudah running dengan ip local: http://127.0.0.1:8000 dan sudah bisa diakses di postman.

10. untuk postman collectionnya juga sudah tersedia, file postman collectionnya bisa diimport di file ini juga yang saya sertakan dengan nama file: test_be_postman_collection

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Test Backend di PT. Sharing Vision Indonesia


Languages

Language:PHP 82.8%Language:Blade 16.7%Language:JavaScript 0.5%