Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 678 Bytes

File metadata and controls

29 lines (15 loc) · 678 Bytes

Ghost Orchids

Movie search application

Diagram:

https://excalidraw.com/#json=-Nvi-ATqr5F4GeJHpV0l4,2hhlOAv0OqSsmJdCIWk2aQ

How to run: use npm run dev after installing the dependencies

Frontend: Movie search main page is on http://localhost:5173/

Backend end points are:

http://localhost:5500/api/

http://localhost:5500/api/{title}

What is available:

Frontend: movie search UI and fetching to the backend server api.

Backend: api is available on localhost:5500/api

Two models are available: watchlist schema unde schema and mode.js and the user model to attempt and create a new user

.env

holds either the mongodb connection string or supabase connection string