APL-II ISE-II

12345678910
Across
  1. 3. Defines the URL structure and mapping in an Express application.
  2. 4. NoSQL database used for storing documents in a flexible, JSON-like format.
  3. 6. JavaScript runtime that allows JavaScript to run on the server.
  4. 7. JavaScript library for building interactive UIs, often used for single-page applications.
  5. 10. A reusable piece of UI code in React.
Down
  1. 1. The part of a web application that users interact with directly; often built with React in MERN.
  2. 2. The basic unit of data storage in MongoDB, similar to a JSON object.
  3. 5. The server side of a web application that handles business logic and database operations.
  4. 8. Application Programming Interface; allows different software applications to communicate.
  5. 9. JavaScript Object Notation, a format for structuring data, commonly used with MongoDB.