Skip to content

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

Notifications You must be signed in to change notification settings

matpiwowarski/movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published