Welcome to the API documentation for the Telehealth service. Below you will find the base URL and a link to the comprehensive Postman documentation.
https://telehealth.talentproweb.com/api/v1
For detailed information about each API endpoint, request parameters, responses, and more, please refer to the Postman API Documentation.
To run this project locally, follow these steps:
-
Clone the Repository
https://github.com/sakib-xrz/telehealth-backend.git
-
Install Dependencies
Navigate to the project directory and install the dependencies using Yarn:
cd telehealth-backend yarn install
-
Set Up Environment Variables
Create a
.env
file in the root directory. You can get a sample configuration from the.env.example
file:cp .env.example .env
Update the
.env
file with your local configuration. -
Set Up PostgreSQL
Make sure PostgreSQL is installed on your local machine. You can download it from the official PostgreSQL website.
-
Run Database Migrations
Run the following command to apply database migrations:
npx prisma migrate dev
-
Start the Project
Finally, start the project with:
yarn dev
If you have any questions or need further assistance, please contact support.
Happy coding!