Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ToDo] add models for MongoDB #55

Open
gbowne1 opened this issue Feb 22, 2024 · 1 comment
Open

[ToDo] add models for MongoDB #55

gbowne1 opened this issue Feb 22, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Feb 22, 2024

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 gbowne1 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 22, 2024
@gbowne1 gbowne1 added this to the Backend milestone Feb 22, 2024
@gbowne1
Copy link
Owner Author

gbowne1 commented Feb 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant