Team Members: AJ Allred, Zachary McDougal, Olivia Christensen, Joseph Tew
##IMPORTANT Mailgun has blocked our domain for the time being so there may be disruptions in forgot password and reset password functionality until that is fixed.
A web application for browsing, rating, and reviewing movies and TV shows.
- Frontend: React application with TypeScript and Vite
- Backend: .NET Web API
- Data Uploader: Tools for importing movie data
-
Start the backend:
cd MoviesApp/Backend/MoviesApp.API && dotnet run -
Start the frontend:
cd MoviesApp/Frontend/movies-client && npm install && npm run dev