Clone this repository and navigate to the cloned directory:
# Clone the repository
git clone https://github.com/HealLink/Backend.git
# Navigate to the HealLink folder
cd HealLinkRun the following command to install all necessary dependencies:
npm installCreate a .env file inside the HealLink folder with the following structure:
PROJECT_ID = "your project id in GCP"
STORAGE_ACCESS_KEY = "your JSON storage access key"Replace your project id in GCP and your JSON storage access key with your actual Google Cloud Platform project ID and the JSON access key for your storage bucket.
You can run the server in two ways:
npm run startnpm run start-devWe welcome contributions to improve the HealLink back-end. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request.