Skip to content

macaroni10y/spajam-2023-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preparation for Spajam 2023

Requirements

  • Java
  • Node.js required version is written in .tool-versions file.
    just run asdf install at the root of this repository.
    if you don't have asdf, please install it from asdf installation.

Run locally

  1. change directory to spajam-2023-api.
  2. run ./gradlew dockerBuildImage.
  3. run docker-compose up.

Deployment

  1. change directory to spajam-2023-api.
  2. run ./gradlew dockerBuildImage. then you can see 417866577833.dkr.ecr.ap-northeast-1.amazonaws.com/spajam-2023-api:latest image.

run aws ecr get-login-password --region ap-northeast-1 --profile ${YOUR_PROFILE_NAME} | docker login --username AWS --password-stdin 417866577833.dkr.ecr.ap-northeast-1.amazonaws.com. 4. run docker push 417866577833.dkr.ecr.ap-northeast-1.amazonaws.com/spajam-2023-api:latest. then AWS App Runner automatically deploy the latest image triggered by ECR push event.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published