Skip to content

asd3638/MadCamp_Week3_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

목차
  1. 프로젝트에 대해
  2. 그 외

About The Project

Product Name Screen Shot

자신의 취향에 맞는 음악들을 선택해서 나만의 플레이 리스트를 만들고 공유하는 앱 입니다. 스마트폰으로 인해 더이상 음악을 손수 다운받아 들을 필요는 없어졌지만 한 곡 한 곡 소중하게 저장하고 들었던 어린 시절의 감성을 앱으로 다시 살리고자 만들게 된 앱입니다. 그러한 앱의 취지에 맞게 ui 디자인의 틀을 카세트 테이프로 잡았고 손글씨로 디자인하여 아날로그적인 느낌을 더했습니다.

카세트 테이프를 누르면 유튜브 웹 뷰를 통해 저장하고 싶은 노래를 마음껏 검색해 하나뿐인 나만의 재생 목록을 만들어 저장할 수 있습니다. 또한 저장한 플레이 리스트를 앱의 다른 사용자에게 선물하여 공유할 수 있습니다.

Built With

Prerequisites

사용된 외부 dependency

  • validation
    implementation 'org.springframework.boot:spring-boot-starter-validation'
  • lombok
    annotationProcessor 'org.projectlombok:lombok'
  • modelMapper
    implementation group: 'org.modelmapper', name: 'modelmapper', version: '2.3.8'

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

process & usage

task는 일주일 단위로 나눠서 진행했음. 초기엔 필수 기능 구현 위주로 진행하고 업그레이드하는 방식으로 진행했음 (단순 로그인 -> 인증 토큰 발급 등)

2020/06/07 ~

서버 제작 시작

  • 로그인 / 회원가입 (account CRUD)
  • PLAYLIST CRUD

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @your_twitter - email@example.com

Project Link: https://github.com/your_username/repo_name

Acknowledgements

About

playlist app server with spring boot and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published