Skip to content

lostmypillow/jsearch

Repository files navigation

JSearch

What is it?

A FastAPI search engine for movies and Google search. Consumes OMDb API and a random rate limited RapidAPI.

image

Vue frontend

Demo website

API Documentation

Backup API Docs (Loads slow!)

React frontend (broken)

How does it work?

  1. User inputs a value in Vue frontend
  2. Frontend navigates to search path and sends the data to the FastAPI server
  3. FastAPI server sends back the results
  4. Vue frontend displays the results

Tech Stack

  • FastAPI API endpoints
  • Nuxt(Vue) frontend x Vuetify components

About

FastAPI backend movies and Google results

Resources

Stars

Watchers

Forks