Create database using the following command:
CREATE DATABASE movies_db;
You need to have installed Laravel on your own computer
Migrate tables to MySQL using the following command in shell or cmd:
php artisan migrate
After run the above command, start the Laravel Server as follows:
php artisan serve
Start Angular Server:
npm install
ng serve
Enjoy this simple movie crud.