MongoDB with Node.js
Connect Node.js to MongoDB and perform basic insert and find operations.
Connect Node.js to MongoDB and perform basic insert and find operations.
Define schemas and models with Mongoose for structured MongoDB access in Node.js.
Add a catch-all Express middleware that returns a friendly 404 page for unknown routes.
Serve CSS and other static assets with express.static from a public folder.
Create JSON GET and POST endpoints with express.json body parsing.
Complete CRUD by updating resources with PUT and removing them with DELETE.
Write Express middleware for logging, auth checks, and shared request processing.
Combine CRUD routes, validation, and JSON responses into a mini Notes API project.
Build an interactive command-line quiz using readline and score tracking.
Convert amounts between currencies using rates from an API or a local rates object.