This is a simple Node.js Express project.
-
Node.js (version 18 or higher)
-
npm (Node Package Manager)
1- Clone the repository to your local machine.
2- Install the dependencies using npm:
npm install
To start the server, run the following command:
npm run dev
The server will run on port 3000.