Skip to content

cnu-bot/cnubot-server-spring

Repository files navigation

츠누봇 모바일 애플리케이션 서버


Description

  • Generic badge
  • 충남대 정보제공 앱인 츠누봇의 모바일 백엔드 오픈소스

Framework

Project

Test

Database

Infra

Commit Convention

  • feat: 새로운 기능에 대한 커밋
  • fix: 버그 수정에 대한 커밋
  • hotfix: main or develop 브랜치에서 긴급 수정해야할 경우 커밋
  • chore: 그 외 자잘한 수정에 대한 커밋
  • docs: README.md 수정에 대한 커밋
  • refactor: 코드 리팩토링 (최적화 개선)

Architecture


├─main
│  ├─java
│  │  └─com
│  │      └─cnubot
│  │          └─cnubotserver
│  │              ├─appconfig ## Configuration
│  │              ├─board ## Board Domain
│  │              │  ├─component
│  │              │  ├─config
│  │              │  ├─controller
│  │              │  ├─entity
│  │              │  ├─repository
│  │              │  └─service
│  │              ├─exception ## Project ExceptionHandler
│  │              ├─foodcourt ## Food Domain
│  │              │  ├─component
│  │              │  ├─controller
│  │              │  │  └─dto
│  │              │  ├─entity
│  │              │  ├─enums
│  │              │  ├─repository
│  │              │  └─service
│  │              │      └─crawling
│  │              └─swagger ## API Docs
│  └─resources
└─test

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Check our Issue List
  3. Create your Feature Branch (git checkout -b feat: create-domain) we have our convention
  4. Commit your Changes (git commit -m 'feat: add domain logic')
  5. Push to the Branch (git push origin feat-board)
  6. Open a Pull Request (we have our PR templates)

(back to top)

Contact

Chanhyuk Park - GitHub - chanhyuk-tech@kakao.com

(back to top)

🌟 Contributors

contributors

cnubot-server-spring

About

new cnubot server (spring-boot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •