This repo contains all codes for the ECommerce freelance marketplace application.
- The
clientfolder contains the frontend code. - The frontend application is built using
React,TypescriptandTailwindcss.
- The
k8sfolder contains the objects code needed to deploy the microservices to kubernetes. - The microservices are deployed to both
MinikubeandAWS EKS Cluster.
- The
microservicesfolder contains all the backend code for the application's services. - The services can be started either individually from the terminal or via docker compose.
- The
volumesfolder contains files that are used to run services for local development.