This repository contains a basic API developed using Express.js.
- Node.js installed on your system.
- npm (Node.js package manager) installed on your system.
- Clone this repository to your local machine using
git clone
. - Navigate to the cloned repository directory.
- Run
npm install
to install the dependencies.
- Run
node index.js
to start the server. - The API will be available at
http://localhost:3000
. - You can use tools like Postman or cURL to make requests to the API.
- GET /: Get
Hello World
message.
This project is licensed under the MIT License.