NullSquad / peer-2-pong

0 stars 0 forks source link

ExpressJs #16

Open eralonso opened 6 days ago

eralonso commented 6 days ago

As a junior backend developer, I want to learn Express.js so that I can build efficient and scalable web applications using Node.js.

Acceptance Criteria

  1. Be able to explain the core concepts of Express.js
  2. Successfully install and configure Express.js
  3. Create a basic "Hello World" application using Express.js
  4. Implement different routes for various HTTP methods (GET, POST, PUT, DELETE)
  5. Use built-in and custom middleware in an Express.js application
  6. Handle form submissions and JSON data in requests
  7. Connect to a MongoDB database using Mongoose