Skip to content

A movie app built in Laravel, Tailwind CSS and consuming The Movie DB REST API.

Notifications You must be signed in to change notification settings

luiz-moura/movie-app

Repository files navigation

Welcome to laravel-movie-app 👋

A movie App using Laravel, Tailwind CSS and The Movie DB REST API

laravel-movie-app

Technologies

Install

  1. Clone the project
  git clone https://github.com/luiz-moura/laravel-movie-app.git
  1. Create .env
  cp .env.example .env
  1. Start the server in background
  docker-compose up -d
  1. Create aliases for sail bash path
  alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'
  1. Generate key
  sail artisan key:generate
  1. Install composer dependencies
  sail composer install
  1. 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.

Author

👤 Luiz Moura

Credits

👤 Andre Madarang

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Luiz Moura.

This project is MIT License licensed.


This README was generated with ❤️ by readme-md-generator

About

A movie app built in Laravel, Tailwind CSS and consuming The Movie DB REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published