Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.3 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.3 KB

nw-backend

낭만웨딩 플랫폼 백엔드 프로젝트

Badges

MIT License GPLv3 License AGPL License

Prerequisite

  • Name : nw-backend
  • Language : Java
  • Build System : Gradle v8.2.1
  • Gradle DSL : Groovy
  • JDK : Eclipse Temurin (AdoptOpenJDK HotSpot v17.0.7)

Installation

Install nw-backend with java

  git clone [email protected]:lab-cherry/nw-backend.git
  cd nw-backend

Environment Variables

To run this project, you will need to edit the following environment variables to your src/main/resources/application.properties_sample copy to src/main/resources/application.properties file

  • base
    • frontend.host
    • server.port
  • database
    • spring.data.mongodb.uri
  • cache
    • spring.data.redis.host
  • email
    • spring.mail.host
    • spring.mail.port
    • spring.mail.username
    • spring.mail.password

API Reference

Authors