* Actual Version: 1.0.2
A simple app that searches for movies by title or any information passed in the search form.
Random searches are possible with the "I'm lucky" button".
VERSION-2.0.0
- Nuxt replaced by Quasar
- Agenda added
- Little layout changes
VERSION-1.0.2
- API changed to OMDB API because the previous one blocked access
- Random search removed for now. Maintenance required
- "Movie Not Found" now has a friendly image
VERSION-1.0.1
- API changed to IMDB API because the previous one no longer exists
- Search scripts improvements
- About page UX improvements
- Hack to Volar on VScode
- favicon added
VERSION-1.0.0
- Project started with NuxtJS
- Movies API => https://imdb-internet-movie-database-unofficial.p.rapidapi.com
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
Run it with Docker Compose.
$ docker-compose -f docker-compose_dev.yaml up -d