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
.env
file inside each top-level directory and add all the required environment variables ( take a look at the.env.example
for reference) - After that
cd
into api-server and rungo run cmd/server/main.go
- Now run the client project with
npm i
thennpm run dev
- api-server:
3000
- client:
3001