FreeBackend
MongoDB
Learn MongoDB the way Node and Express developers actually use it: model documents, query and aggregate real data, then build and secure a REST API backed by MongoDB Atlas.
Learn what a document database is and run your first CRUD commands.
- What a document database is
- How MongoDB stores data as JSON-like documents
- Where MongoDB fits next to full-text search and geospatial queries
- Basic MongoDB shell commands
- Inserting one document and many documents
- Basic and complex query commands
- Update and delete commands