Skip to content

karlonauger/auger-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auger Architecture

Personal project built on the MERN (MongoDB, Express.js, React, Node.js) stack

Prerequisites

Before running scripts, make sure you have the following prerequisites installed:

Available Scripts

In this dir you can run the following scripts:

scripts/setup.sh

  • Installs node dependencies

scripts/start.sh

  • Starts the server in development mode.
  • Launches the React development server for the client.

scripts/build.sh

  • Authenticates with AWS ECR.
  • Builds the Docker images for the server and client components.

scripts/deploy.sh

  • Pushes the Docker images to the AWS ECR repository.
  • Restarts EKS Nodes

terraform -chdir=terraform apply

  • Deploy the VPC and Kuberneties Cluster

terraform -chdir=kubernetes apply

  • Deploy the Client Docker Image it ECR to the Kuberneties Cluster

scripts/test.sh

  • Runs unit tests for client and server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published