[![LinkedIn][linkedin-logo]][linkedin-url]

guessit

![Flask][flask-logo] ![Vue][vue-logo] ![TypeScript][typescript-logo] ![TailwindCSS][tailwind-logo] ![Docker][docker-logo] ![Vercel][vercel-logo] ![GCP][gcp-logo]

A web app that guesses info about a video file based on its filename.
View Demo ยป

## About The Project [![][product-screenshot]](https://guessit.xyvs.io) A web app that guesses info about a video file based on its filename, this app was made with Vue 3 and Tailwind CSS, the backend its powered by Flask and the python library guessit, it was deployed with Vercel and GCP.

(back to top)

## Getting Started This is how to set up your project locally and get a local copy up and running. ### Installation 1. Clone the repo ```sh git clone https://github.com/xyvs/guessit_app ``` 2. Start the docker compose file with th filename `docker-compose.dev.yml` ```sh docker-compose -f docker-compose.dev.yml up ``` 3. Go to `http://localhost:5000` and enjoy the app.

(back to top)

## License Distributed under the MIT License.

(back to top)

[product-screenshot]: images/screenshot.png [linkedin-logo]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin [linkedin-url]: https://www.linkedin.com/in/jofranmtz/ [vue-logo]: https://img.shields.io/badge/Vue-black?style=for-the-badge&logo=vuedotjs&logoColor=fff [tailwind-logo]: https://img.shields.io/badge/TailwindCSS-black?style=for-the-badge&logo=tailwindcss&logoColor=fff [vercel-logo]: https://img.shields.io/badge/Vercel-black?style=for-the-badge&logo=vercel&logoColor=fff [typescript-logo]: https://img.shields.io/badge/TypeScript-black?style=for-the-badge&logo=typescript&logoColor=fff [flask-logo]: https://img.shields.io/badge/Flask-black?style=for-the-badge&logo=flask&logoColor=fff [docker-logo]: https://img.shields.io/badge/Docker-black?style=for-the-badge&logo=docker&logoColor=fff [gcp-logo]: https://img.shields.io/badge/GCP-black?style=for-the-badge&logo=googlecloud&logoColor=fff