본문 바로가기
Typeorm3
NGNG 블록체인 커뮤니티 Github GitHub - codestates/beb-03-NGNG Contribute to codestates/beb-03-NGNG development by creating an account on GitHub. github.com 배포 React App ngng2.shop 기술스택 프론트 - react - redux - react-query 백엔드 - express - typescript - typeorm - mysql - ipfs - nodemailer - ethers - class-validator - bcrypt - jwt 기능 1. 글, 댓글을 작성하거나 좋아요를 받으면 토큰 지급 2. 받은 토큰으로 NFT 발급 가능 3. 받은 NFT에 따라 토큰획득시 추가 획득 4. 토큰 기부 기능 5... 2022. 5. 2.
nextjs custom express typeorm jest typescript nextjs 에 커스텀 express를 사용하여 토이 프로젝트를 진행중이다. jest로 서버 테스트코드를 작성하려는데 설정이 난해했다. jest 공식 홈페이지를 들어가보면 supertest를 쓰라고 권장한다. Testing Web Frameworks · Jest Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section, we'd like to link to community posts and articles about integrating Jest into popular JS libraries. jestjs.io How to test Express... 2021. 12. 6.
nextjs 사용 시 typeorm 및 express config 설정 # 파일 트리 ├───.next ├───components ├───dist │ ├───config │ ├───constants │ ├───routes │ ├───service │ ├───typeorm │ │ └───entity │ │ └───Models │ ├───types │ └───utilities ├───pages │ └───api ├───public │ └───img ├───server │ ├───config │ ├───constants │ ├───routes │ ├───service │ ├───typeorm │ │ ├───entity │ │ │ └───Models │ │ └───migration │ ├───types │ └───utilities └───styles next js 에서 typeor.. 2021. 11. 25.