This is a simple Hello World application built using Express.js.
- Node.js installed on your machine.
- Clone the repository or download the files.
git clone https://github.com/Mohamed-JJ/leetops-resource-hello-world-express-app.git
- Install the dependencies:
npm install
- Start the server:
node app.js
- to test connection, run this command.
curl http://localhost:3000
run this command.
npm test
-
Fork the Repository: Click on the "Fork" button at the top right of the GitHub page to create your own copy of the repository.
-
Make Your Changes: Work on your assigned tasks or improvements in your forked repository.
-
Commit Your Changes: After making changes, commit them to your forked repository.
-
Push to GitHub: Push your changes to your forked repository.
-
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.