URL-CHOP / Chop-Api

🔪App Server for URL shortener
https://www.nexters.me/
6 stars 1 forks source link

Chop-Api

HitCount

Table of Contents

About The Project

Untitled Diagram

Base62 인코딩을 사용한 URL 단축 서비스의 앱 서버 입니다. 통계 데이터는 통계 서버로 전송하므로 통계에 관련된 것은 통계 서버를 참고하세요.

Built With

프로젝트에 사용된 기술 목록입니다.

Refactoring Plan

Contributing

기여하는 법 입니다.

  1. 프로젝트를 Fork 한다
  2. Feature Branch를 만든다 (git checkout -b feature/[이슈번호]-SomeFeature)
  3. 변경을 Commit 한다 (git commit -m '[이슈번호] [헤더]: Add Amazing Feature')
  4. Branch를 푸시한다 (git push origin [이슈번호] [헤더]: Add Amazing Feature)
  5. Pull Request를 한다

Contact

Issue 탭에 이슈로 남기면 됩니다