https://ts9fugmle2.ufs.sh/f/334k6TPdXjoiOs8CTlRJiX2kPVs6rdat8CbTO7EunjDIZqcW
- Build the build-server docker image and push it to your AWS ECR
- Go to your AWS console and create a new ECS cluster
- Then create a task definition in that cluster using the build-server docker image from your AWS ECR
- Now create a
.envfile inside each top-level directory and add all the required environment variables ( take a look at the.env.examplefor reference) - After that
cdinto api-server and rungo run cmd/server/main.go - Now run the client project with
npm ithennpm run dev
- api-server:
3000 - client:
3001
