A movie App using Laravel, Tailwind CSS and The Movie DB REST API
- Clone the project
git clone https://github.com/luiz-moura/laravel-movie-app.git
- Create .env
cp .env.example .env
- Start the server in background
docker-compose up -d
- Create aliases for sail bash path
alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'
- Generate key
sail artisan key:generate
- Install composer dependencies
sail composer install
- Install NPM dependencies
sail npm install && sail npm run dev
Project listen in port http://localhost:80
Set your TMDB_TOKEN
in your .env
file. You can get an API key here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard.
👤 Luiz Moura
- Github: @luiz-moura
- LinkedIn: @luiz-moura
👤 Andre Madarang
- Github: @drehimself
- Youtube: Andre Madarang
Give a ⭐️ if this project helped you!
Copyright © 2022 Luiz Moura.
This project is MIT License licensed.
This README was generated with ❤️ by readme-md-generator