- API Server: https://github.com/sogoagain/idea-box-api
- Scrambling Text Library: https://github.com/sogoagain/scrambling-text-js
아이디어를 발굴할 때 사용합니다. 새로운 아이템, 서비스 등을 기획하기 위해서는 아이디어가 필요합니다. 그러나, 아이디어는 잘 떠오르지 않습니다. 이럴 때 이 서비스가 영감을 불러일으켜 줍니다.
- front-end: ReactJS, Redux Toolkit, Emotion, React Testing Library
- back-end: AWS Serverless(Node.js), AWS DynamoDB, Serverless Framework
npm install
npm start
npm run lint
npm test
npm run test:unit
# 파일이 저장됐을 때 자동으로 테스트 실행하기
npm run test:watch
# 커버리지 출력하기
npm run test:coverage
서버가 실행중인 상태에서 테스트를 실행해야 합니다.
npm run test:e2e