brocoders / nestjs-boilerplate

NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker.

Home Page:https://nestjs-boilerplate-test.herokuapp.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not connect with mongoose DB

techstarMahesh opened this issue · comments

Describe the bug
I try to use mongodb but not able to use i change in env file and then install mongodb npm module and try to create use and then login it is not work

To Reproduce
Steps to reproduce the behavior:

  1. Change env for mongodb
  2. Install npm i mongodb
  3. Create user.
  4. Login user
  5. You can see the use login error.

Expected behavior
I want to do all task that i do in postgresql

Desktop (please complete the following information):

  • OS: [Windows 10]
  • NodeJS Version [18.16.0]

@techstarMahesh We are working on switching between Mongoose and TypeORM. The release will be very soon!