Skip to content

rafael1delgado/laravel-movies-user

Repository files navigation

Laravel Movies & Users

Application to manage movies and users

Requirements

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

  • Laravel Framework version 9.19.
  • PHP version 8.1.4.
  • Node version 18.12.1.
  • NPM version 8.19.3.

Installing

  1. Installing the php dependencies
composer install
  1. Installing the node js dependencies
npm install
  1. Build the script js/css
npm run dev
  1. Copy the .env.example file and save it as .env

  2. Set the APP_KEY value in your .env file

php artisan key:generate
  1. Run the migrations
php artisan migrate

Using

  • Default user: johndoe@cb.com
  • Password: 12345678

Preview

Preview Laravel Movies & Users

License

MIT license.

About

App to manage movies and users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages