Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 438 Bytes

VH_Backend

This is the backend repo for Virtual Hospital - Based on Node JS

To Start the Application -

  1. Clone this Repo into your system
  2. run npm install
  3. run "npm run server"

Process For Collaboration -

  1. Create a Branch (peronal / Linked with issue)
  2. Commit your changes -
  3. check if branch is updated with the main branch or not
  4. Create a Pull request and add atleast 1 reviewer.
  5. After approval code will be merged.