issues
search
WellyKorgis
/
project-blind-api
블라인드 클론 API
GNU General Public License v3.0
0
stars
1
forks
source link
API: Add Post method in Account Controller
#79
Open
nmsohn
opened
2 years ago
nmsohn
commented
2 years ago
User Story
As a member, I want to create my account so that I can sign up for the site
Definition of Done (Acceptance Criteria)
Store dummy data in db (수동)
The list from API call matches data in db
Returns 200 OK
Passes all unit tests (TDD, mock, stub...)
Swagger doc
Note
Currently, it requires Password. this will be replaced by OTP #3
Also password is stored as raw. Encryption should be implemented.
nmsohn
commented
2 years ago
Unit 테스트를 (다른 스토리랑 같이 말고) 새로운 PR로 만들어주세요
User Story
Definition of Done (Acceptance Criteria)
Note