Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roke75/footballpredictiongame

Small web application for predicting Euro 2024 match outcomes, built with React, AWS Lambda, and DynamoDB.
https://github.com/roke75/footballpredictiongame

aws aws-dynamodb aws-lambda aws-s3 python react typescript

Last synced: about 2 months ago
JSON representation

Small web application for predicting Euro 2024 match outcomes, built with React, AWS Lambda, and DynamoDB.

Awesome Lists containing this project

README

        

# EURO 2024 Prediction Game
This a little fun project for predicting EURO 2024 matches. It utilizes a serverless architecture hosted on AWS, leveraging services like Lambda, DynamoDB, and S3. Entire code is made by AI.

## Getting Started
1. Clone the Repository: Download the project files from the repository.
2. Install Dependencies: Run ```npm install``` to install frontend dependencies.
3. Build the Application: Use ```npm run build``` to create a production build.
4. Deploy to AWS: Follow the setup and deployment instructions to deploy both frontend and backend components to AWS.