- 📜 Overview
▶️ Get Started
📜 Overview
This repository is a ViteCare backend server.
▶️ Get Started
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Installation
Install the project dependencies using npm:
npm installSet Up Environment Variables
Create a new file named .env.local in the root of your project and add the following content:
#APPWRITE
PROJECT_ID=
API_KEY=
DATABASE_ID=
PATIENT_COLLECTION_ID=
DOCTOR_COLLECTION_ID=
APPOINTMENT_COLLECTION_ID=
PUBLIC_BUCKET_ID=
PUBLIC_ENDPOINT=https://cloud.appwrite.io/v1
PORT=
PUBLIC_ADMIN_PASSKEY=111111
FRONTEND_URL=http://localhost:1111
SENTRY_AUTH_TOKEN=