Another Svelte app I worked on recently. This app uses OMDB API to get movie data. You can search for movies and view details like plot, year of release, actors, critic score, box office collection and more. Back-end APIs are also written in Svelte using MongoDB as database and Mongoose.
Let's jump straight into screenshot to see how it looks like first :)
You can run this by installing npm packages on your system. Make sure you have MongoDB running on your system. Create an env file with the following contents
DB_URI=mongodb://localhost:27017/svelte_imdb
JWT_SECRET=somesupersecret
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
NEXT_PUBLIC_API_KEY=your_api_key_here
You can get the API key from this website https://www.omdbapi.com