Skip to content

setting up the api

Tzesh edited this page May 24, 2023 · 1 revision

How to run the API

First just clone the repository and install the dependencies.

git clone
cd vpatient-api
npm install

Then you can run the API with the following command:

npm start

After that you can access the API at http://localhost. You can also change the port in '.env' file.

We recommend using Postman to test the API. You can find the Postman collection in the postman documentation.

Clone this wiki locally