matpiwowarski / movies

Simple web app that displays searched movies from the database. Project was created to learn React and AWS technologies.

Home Page:https://master.d23jhzcn7gfvfp.amplifyapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies

Simple web app that displays searched movies from the database.

Goal of the project

Learn React with AWS services.

Sample data

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 } }

Technologies used

  • React (frontend)
  • .NET Core (backend)
  • AWS:
    • AWS Amplify
    • AWS Lambda
    • API Gateway

To do

  • Create & Configure database in Amazon RDS
  • Insert sample data into database
  • Connect database with application

About

Simple web app that displays searched movies from the database. Project was created to learn React and AWS technologies.

https://master.d23jhzcn7gfvfp.amplifyapp.com


Languages

Language:JavaScript 55.5%Language:C# 25.1%Language:CSS 11.3%Language:HTML 8.0%