Skip to content

grooteogi/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grooteogi Backend

GitHub release (latest by date) deploy

🚀 Getting Started

  1. Set up environments variables.

  2. Execute docker-compose to run db server.

    docker-compose up
  3. Run Spring Boot project in IntelliJ.

🧐 How to set env vars

  • In local environment, ./api/config/local.env is used.
    • Please refer to that link
  • In server environment, use the aws parameter store.

⚙️ Profiles

Common settings are defined in application.yml.

local

dev

prod

  • profile for production server.
  • application.prod.yml