Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 933 Bytes

About Moonton

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

Prerequisites

  1. PHP Min version 8.0.2
  2. Node.js has been installed
  3. Open Moonton Project on your editor
  4. Run syntax "composer update"
  5. Create New Database in xampp
  6. Open .env_example and copy what's inside.
  7. Create new file the name is .env then open it and paste the code of .env_example.
  8. Fill in the DB_DATABASE variable with the name of the newly created database.
  9. Run syntax "npm install"
  10. Run syntax "php artisan migrate"
  11. Run syntax "php artisan db:seed"
  12. Run syntax "php artisan key:generate"