gbowne1 / TwitchBot

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

[ToDo] add models for MongoDB #55

Open gbowne1 opened 4 months ago

gbowne1 commented 4 months ago

To be effective as a full stack client and server/backend/database application using MongoDB it will need collections and models useful for a Twitch bot.

The leaderboard will need collections to use in the metrics displaying on the leaderboard like messages sent, commands used and whatever things the Twitch API and tmi.js will let us track when its connected to twitch.

The login will need a database to track the bot users authorization and access and authentication etc.

The database should be called 'twitchbot' and the easiest method is to use mongosh and mongod together as the mongodb client and server.

gbowne1 commented 4 months ago

Models, schemas, etc should be placed in a /models folder/directory L