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