관리 메뉴

Silver Library (Archived)

[nestjs, mongoose] - 1회차 실험에 대한 기록 본문

카테고리 없음

[nestjs, mongoose] - 1회차 실험에 대한 기록

Chesed Kim 2023. 3. 12. 11:17
반응형

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 will use these three of them and see whether it works as I intended. - GitHub - mireu-san/cats-nest-mongo-react: As repository name state, this repo will use the...

github.com

 

다른 사례를 참고하며 다시 점검 해 보고자 합니다.

일단 이번 실험은 '동작 원리를 한번 더 점검 해 보았다' 라는 것으로 만족해야 겠네요.

 

Building a RESTful API with NestJS and MongoDB (Mongoose)

Introduction We will learn how to implement a RESTful API for a simple todo application us...

dev.to

 

Using a MongoDB Database in a NestJS Application With Mongoose

Introducing Mongoose, a library that simplifies MongoDB use.

www.makeuseof.com

https://www.youtube.com/watch?v=3JminDpCJNE