Moonton is a project to build a streaming movie platform like Netflix which uses the latest version of the Tech Stack, such as:
- Back-End: using laravel version 9.
- Front-End: using React.js
- CSS Framework: Tailwind
- Authentication: Laravel Breeze
- SPA: Inertia
- Permissions: use Spatie for laravel roles and permission management.
- Payment Gateway: using MIDTRANS
- PHP Min version 8.0.2
- Node.js has been installed
- Open Moonton Project on your editor
- Run syntax "composer update"
- Create New Database in xampp
- Open .env_example and copy what's inside.
- Create new file the name is .env then open it and paste the code of .env_example.
- Fill in the DB_DATABASE variable with the name of the newly created database.
- Run syntax "npm install"
- Run syntax "php artisan migrate"
- Run syntax "php artisan db:seed"
- Run syntax "php artisan key:generate"