Git Product home page Git Product logo

chess-app's Introduction

Chess App

Overview

The Chess App is a dynamic web application that allows users to play chess online. Built using JavaScript, it features a split architecture with separate frontend and backend components, along with a MongoDB database. The entire application is containerized using Docker, ensuring a consistent and isolated environment for each component.

Technologies Used

  • JavaScript: The core programming language for both frontend and backend.
  • MongoDB: Our choice for the database, storing game data and user information.
  • Docker: Utilized for containerizing the frontend, backend, and MongoDB database.
  • Helm: Employed for installing and managing the application in Kubernetes clusters.
  • Terraform: Used for provisioning and managing the AWS infrastructure, including VPC and EKS (Elastic Kubernetes Service).

DevOps Practices

Our project incorporates several key DevOps methodologies and practices:

  • Containerization: Using Docker to ensure consistency across different environments.
  • Continuous Integration/Continuous Deployment (CI/CD): Implemented with GitHub Actions. The CI workflow is activated based on the chosen image (frontend, backend, or MongoDB), building the Docker image, uploading it to DockerHub, and tagging it using a '0.0.1-short SHA' logic.
  • Infrastructure as Code (IaC): Terraform scripts are in place to bootstrap the AWS infrastructure, including setting up VPC and EKS, to ensure a repeatable and automated infrastructure provisioning process.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.