Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.17 KB

leetops-resource-hello-world-express-app

This is a simple Hello World application built using Express.js.

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository or download the files.
git clone https://github.com/Mohamed-JJ/leetops-resource-hello-world-express-app.git
  1. Install the dependencies:
npm install

Usage

  1. Start the server:
node app.js
  1. to test connection, run this command.
curl http://localhost:3000

To test

run this command.

npm test

Contribution Guidelines

  1. Fork the Repository: Click on the "Fork" button at the top right of the GitHub page to create your own copy of the repository.

  2. Make Your Changes: Work on your assigned tasks or improvements in your forked repository.

  3. Commit Your Changes: After making changes, commit them to your forked repository.

  4. Push to GitHub: Push your changes to your forked repository.

  5. Create a Pull Request: Once you feel you have achieved the desired results, submit a pull request to the original repository. Describe the changes you've made and why they are beneficial.