Simple web app that displays searched movies from the database.
Learn React with AWS services.
new Movie { Title = "Moon", Genres = new[] { 6 } },
new Movie { Title = "Pulp Fiction", Genres = new[] { 1, 3, 5 } },
new Movie { Title = "Pirates of the Caribbean", Genres = new[] { 1 } },
new Movie { Title = "The Lord of the Rings", Genres = new[] { 2, 3 } }
- React (frontend)
- .NET Core (backend)
- AWS:
- AWS Amplify
- AWS Lambda
- API Gateway
- Create & Configure database in Amazon RDS
- Insert sample data into database
- Connect database with application