gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[Bug] Currently unable to connect to the twitchbot database/collection #28

Closed gbowne1 closed 8 months ago

gbowne1 commented 8 months ago

We are using MongoDB with mongodb, mongoose npm packages.

The /server/db/db.js file exists to connect the backend to the database. Might not be the best method.

I've observed it to be unable to connect to the local twitchbot database.

create your own local twitchbot database/collection in MongoDB and connect it.

Database/collection should be used for points, leaderboard, etc.

gbowne1 commented 8 months ago

This was a local issue I had.

Now seems to connect to mongodb just fine

Closed as fixed