-
Notifications
You must be signed in to change notification settings - Fork 0
setting up the api
Tzesh edited this page May 24, 2023
·
1 revision
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.
All rights reserved VPatient.