Conjuror / mango_backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  • Add service account JSON file by putting this file on your local machine and add below to your environment variable. Note: You need to request permission to access the file.
export GOOGLE_APPLICATION_CREDENTIALS="<PATH TO THE SERVICE ACCOUNT JSON>/RocketDev-xxxx.json"
  • Start with dev Spring profile (default profile)
./gradlew bootRun
  • Start with prod Spring profile
./gradlew bootRun --args='--spring.profiles.active=prod'

About


Languages

Language:Kotlin 80.3%Language:Java 14.5%Language:HTML 5.2%Language:CSS 0.0%