Skip to content

Backend for ICD11-Symptom Checker app. Built using Express.js and Node.js

License

Notifications You must be signed in to change notification settings

prak112/Symptom-Checker-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

  • This file contains the README documentation for the Symptom Checker backend project.

  • The Symptom Checker backend project is the server-side application which handles the ICD API authentication, access and data processing and generating relevant output for the symptoms passed down from the frontend API (axios).

  • Prototype, plan and implementation of the Symptom Checker application are defined in the prototype README

  • Tools and Technologies used :

    • express
    • node

Usage

  • Make sure you have node(v20.11.0) and npm(v10.5.0) installed on your machine before running these commands.

  • Clone the project

    git clone https://github.com/prak112/Symptom-Checker-backend.git
  • Install dependencies using npm
    cd Symptom-Checker-backend/symptom-checker-backend
    npm install
  • Run the development server
    npm run dev

About

Backend for ICD11-Symptom Checker app. Built using Express.js and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published