Developer Roadmap
TopicStep 15 filesOpen folder on GitHub

Basic

README.md
View on GitHub

Simple Express Server 🚀

A minimal Express.js project that runs a basic HTTP server and responds with "Hello World!" on the home route.

Installation

npm install

Run the Project

node index.js

API Routes

  • GET /
    Hello World!