Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desteves/mongo-murder-mystery
Can you find out whodunnit?
https://github.com/desteves/mongo-murder-mystery
backend databases learning-by-doing mongodb nosql
Last synced: 5 days ago
JSON representation
Can you find out whodunnit?
- Host: GitHub
- URL: https://github.com/desteves/mongo-murder-mystery
- Owner: desteves
- License: mit
- Created: 2025-01-04T04:24:13.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-14T04:13:32.000Z (8 days ago)
- Last Synced: 2025-01-14T05:18:23.981Z (8 days ago)
- Topics: backend, databases, learning-by-doing, mongodb, nosql
- Language: JavaScript
- Homepage: https://mongomurdermystery.com
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MongoDB Murder Mystery](https://mongomurdermystery.com)
## Can you find out whodunnit?![Description of image](./app-frontend/murdermystery/src/assets/mdb-search.png)
Uh Oh! There's been a murder in MongoDB City, and the detective needs your help. The MongoDB Murder Mystery is designed to be both a self-directed lesson to learn MongoDB concepts and commands and a fun game for experienced MongoDB users to solve an intriguing crime.
If you just want to solve the mystery, go to [mongomurdermystery.com](https://mongomurdermystery.com). If you're new to MongoDB, you may want to start at our [walkthrough](https://mongomurdermystery.com/walkthrough). It won't teach you everything about MongoDB, but it should teach you all that you need to solve the mystery.
## What else is here?
All the code to run the https://mongomurdermystery.com site can be found in this repo.## Inspiration
This murder mystery was inspired by the [SQL Murder Mystery](https://github.com/NUKnightLab/sql-mysteries).
## TODOs
- Add arch diagram
- Use EJSON## Copyright and License
Original code for this project is released under the MIT License.Original text and other content is released under Creative Commons CC BY-SA 4.0.