This repository contains a simple Hello World backend application built with Express.js. Follow the instructions below to clone the repository and run the backend app on your local machine.
Make sure you have the following installed on your machine:
-
Node.js (v14 or higher)
node -v
-
Open your terminal or command prompt.
-
Run the following commands:
git clone https://github.com/EkshteinChana/devops_mbj_backend.git
cd devops_mbj_backendnpm install
npm start
-
The backend app should now be running on http://localhost:5000.