Skip to main content

Introduction

Let's discover about the version manager api..

Getting Started

Let's get started with the api configuration

Requirements

  • Node.js version 16.0 or above:

    • Inorder to run the project , make sure that the installed node version is 16.0 or above.

Api Setup

git clone https://github.com/SANKALP1011/VersionManager.git
  • Once the api is clone , go to the directory where your api is cloned.
cd VersionManager
  • Install all necessary Node dependencies essential for running the API.
npm install

Start api server on your local

  • Once the API is set up on your local environment with all the necessary dependencies installed, initiate the development server by:
nodemon app.js

The nodemon app.js command builds your server locally and serves it through a development server, ready for you to view at http://localhost:3004/.