Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roke75/footballpredictiongame
- Owner: roke75
- Created: 2024-06-13T14:16:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T09:16:23.000Z (6 months ago)
- Last Synced: 2024-11-13T19:08:01.757Z (about 2 months ago)
- Topics: aws, aws-dynamodb, aws-lambda, aws-s3, python, react, typescript
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.