This source code is an open source developed in laravel, very customizable!
Important
Create new database and rename .env.example
to .env
then update you .env
configs so run this commands:
git clone https://github.com/henkiws/main-course-cat
cd main-course
cp .env.example .env
composer install
php artisan migrate:fresh --seed
php artisan key:generate
php artisan serve
Tip
Default admin email is : admin@mail.com
(admin) or alex@mail.com
(peserta) and default password is: admin123
This repository is licensed under the MIT License.
The MIT License Do's and Dont's summary:
Do's: Use the code in commercial applications: For example, a company can create a proprietary piece of software that includes all or part of the original open source code, then charge money for that software. Modify the code: In other words, developers can change/update the code however they’d like. Distribute copies of the code and any modifications: As long as the original copyright notice and the license itself are included, an organization can distribute and sell copies or modified versions of the code. Sublicense the code: This means you can incorporate the original code into a modification with a stricter license.
Dont's: Can’t hold the code author(s) legally liable for any reason. Can’t delete the copyright notice and original license from your version of the code.
Let's start contributing and make the open-source community a better place for everyone!
Developed With Love ! ??