Skip to content

Files

Latest commit

 

History

History
28 lines (19 loc) · 719 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 719 Bytes

Movie Database - AWS cdk demo project

About

This is a demo project using an AWS Backend. The React frontend is a static website hosted on S3, where you can list and search movies from a DynamoDB and add new movies using a POST request.

Reach the website on this link:

http://movie-api-frontend-lena.s3-website.eu-central-1.amazonaws.com/

Get Started

Import test data set of movies from root folder: movies-dynamo.json to DynamoDB.

To deploy frontend locally navigate to cd ./frontend/movie-frontend and then run npm start

Testing

To run 3 tests run npm test