A FastAPI search engine for movies and Google search. Consumes OMDb API and a random rate limited RapidAPI.
- User inputs a value in Vue frontend
- Frontend navigates to search path and sends the data to the FastAPI server
- FastAPI server sends back the results
- Vue frontend displays the results
- FastAPI API endpoints
- Nuxt(Vue) frontend x Vuetify components