Skip to content
/ Remoda Public

A web application for searching movies made with React and .NET

Notifications You must be signed in to change notification settings

TDMR87/Remoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remoda (React Movie Database)

Web app for searching movies, featuring active search and infinite scrolling.

Frontend: Vite + React
Backend: .NET

Try the live demo at remoda.azurewebsites.net.


Example Image

Local development

This app uses a third party API for movie data. To be able to fetch movie data when running this app locally, you need an account in The Movie Database (read more here https://developer.themoviedb.org/reference/intro/getting-started).

Once you have an account and an access token, set the access token in the API project's appsettings.json file or in user secrets with key MovieDatabase:ApiAccessToken (preferred method).

How to run locally

  1. Run the frontend from \src\Frontend with command: npm run dev

  2. Run the backend API from \src\Backend\Api with command: dotnet run

  3. Browse to http://localhost:5001

About

A web application for searching movies made with React and .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published