- Node.js
-
Clone the repository:
git clone https://github.com/your-username/healthcare-connect.git cd healthcare-connect -
Install dependencies:
npm install
-
Set up environment variables: Create a .env file in the root directory. Configure necessary environment variables for MongoDB, JWT_SECRET, and Stripe API keys. Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000.