This is the frontend of The MovieDB Verse project, it contains a beautiful UI, and integration with the backend repository
docker-compose
with a pre-configured Redis service git clone https://github.com/A4GOD-AMHG/TMDBVerse-React-TailwindCSS-Frontend
cd TMDBVerse-React-TailwindCSS-Frontend
Change name of the example environment file example.env to .env:
Edit the .env file with your credentials:
VITE_GO_FIBER_BACKEND=:http://localhost:8080/
docker-compose up --build
For the Go Fiber backend implementation, please go to the TMDBVerse-Go-Fiber-Redis-Backend