Skip to content

taking/nw-backend

 
 

Repository files navigation

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 git@github.com: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

About

낭만웨딩 프로젝트 백엔드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%