Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 941 Bytes

File metadata and controls

43 lines (29 loc) · 941 Bytes

Hello World Backend App

Description

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.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

  1. Open your terminal or command prompt.

  2. Run the following commands:

    Clone the repository

    git clone https://github.com/EkshteinChana/devops_mbj_backend.git

    Navigate to the project directory

    cd devops_mbj_backend

    Install dependencies

    npm install

    Start the backend server

    npm start
  3. The backend app should now be running on http://localhost:5000.