An open API service indexing awesome lists of open source software.

https://github.com/risudev/mongodb-task


https://github.com/risudev/mongodb-task

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### MongoDB Task
### ๐Ÿงพ Zen Class Programme
This project outlines a MongoDB-based data model and queries for managing Zen Class student records and activities.

### ๐Ÿ“– Collections
- users: Stores user information such as name, email, and mentor ID.
- codekata: Tracks the number of coding problems solved by each user.
- attendance: Logs student attendance by date.
- topics: Lists the topics taught in the class with their respective dates.
- tasks: Contains tasks assigned to users, their due dates, and submission status.
- company_drives: Information about company placement drives and participating students.
- mentors: Mentor details and the number of mentees assigned.