목록분류 전체보기 (373)
Silver Library (Archived)
1차 기록: 아무래도 mongoDB 쪽에 대해 좀 더 알아보고 다시 시도 해 봐야 할 것 같습니다. 상황: - get request 를 보내면 200 이 표시되지만, 아무런 documents 내용이 안 들어오는 상황. - mongoDB 내에는 DB명 sekai, collection명 sekaiCollection 이라고 있는 상황. - sekaiCollection 내부에는 4개의 샘플 documents 들이 있음. GitHub - mireu-san/cats-nest-mongo-react: As repository name state, this repo will use these three of them and see whether it wo As repository name state, this repo ..
처음엔 그 instance 한번 만들어 보고자 몽고 shell 받았는데 안 되고. 그래서 환경 변수 설정까지 시작해도 안되고. 커뮤니티 버전 설치까지 한 후, 편의상 컴파스 설치하니 됩니다. 정리를 하자면: - 당신은 mongoDB community 가 필요. - mongo shell 도 필요. - 환경 변수를 설정하는건 자유. 필자는 해당 shell의 bin 폴더를 대상으로 환경 변수 내에 path 쪽 에서 값을 추가. - 그리고 다시 실행하자, 이젠 표시가 됩니다. 이제 instance 만 만들어 보면 될 듯. 그 후엔 컴파스로 한번 놀아보면 어떨까 싶은 생각이 듭니다. 의문점. Atlas 로 하는게 나았으려나? 하는 의문이 들지만, 뭐 일단 이걸로 먼저 접해보는 게 낫겠다는 생각이 들어 해보게 되었..
The best scenario to begin this work would be to follow the official example. https://www.npmjs.com/package/node-telegram-bot-api node-telegram-bot-api Telegram Bot API. Latest version: 0.61.0, last published: 2 months ago. Start using node-telegram-bot-api in your project by running `npm i node-telegram-bot-api`. There are 310 other projects in the npm registry using node-telegram-bot-api. www...
VSCode extension: - thunder client (cli) npm i -g @nestjs/cli nest new nest-cors -p npm https://blog.bitsrc.io/how-to-enable-cors-in-nest-js-90c1b6316289 // .eslintrc.js - before rules: { 'prettier/prettier': [ 'error', { endOfLine: 'auto', }, ], }, // modify it like this. rules: { rules: { 'prettier/prettier': [ 'error', { endOfLine: 'auto', }, ], }, '@typescript-eslint/interface-name-prefix': ..