MovieShark is Live – A Laravel-Powered Movie Browser for Film Lovers (open-source)
A while ago, I published a thread about MovieShark—a movie browser I built for personal use. It's a great example of how we can use our skills to solve even our personal needs. It includes the following features:
At first, I used it on a local server, but later decided to move it to a live server based on requests from my colleagues. Currently it is deployed on a free-hosting server vercel. I suppose there's no need to deploy it on a dedicated server since it was originally built for personal use.
I hope others can find it useful too!
Site - movieshark.vercel.app
GitHub Repo - github.com/Lakshan-Madushanka/movieshark
Back