This is a simple Express.js application generated using the Express application generator.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/Umoren/Nodejs-App
- Navigate to the project directory:
cd Nodejs-App
- Install the dependencies:
npm install
- Start the server:
npm start
The application is now running at http://localhost:3000
.