Skip to content

GSG-G13/ntherapy-express

Repository files navigation

Ntherapy

Ntherapy is a web application that helps people to find the right therapist for them. It allows users to search for Verified therapists and view their specialty. Users can also book an appointment with the therapist they choose.

Installation

  1. Clone the repo
     git clone https://github.com/GSG-G13/ntherapy-express.git
  2. Install NPM packages
    npm install
  3. add env variables
PORT=8080
SECRET_KEY=your_secret_key
DB_URL=your_database_url
DB_TEST_URL=your_test_database_url
CLIENT_SECRET=your_client_secret
PROJECT_ID=your_project_id
CLIENT_ID=your_client_id
REDIRECT_URIS=your_redirect_uris
ACCESS_TOKEN=your_access_token
REFRESH_TOKEN=your_refresh_token
SCOPE=your_scope
TOKEN_TYPE=Bearer
EXPIRY_DATE=your_expiry_date
TOKEN_TEST_THERAPIST=your_test_therapist_token
AWS_ACCESS_KEY_ID=your_aws_access_key_id
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key
REGION=your_region
BUCKET_NAME=your_bucket_name
MAILERUSER=your_mailer_username
MAILERPASS=your_mailer_password
PRO_PASS=your_pro_password
PRODUCTNAME=your_product_name
PRODUCTLINK=your_product_link
FRONT_END_URL=your_front_end_url
  1. run in development mode

    npm run dev
  2. run in production mode

     npm run build
     npm run start

Our Great Team

Our Great Team Leader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages