This is the backend repo for Virtual Hospital - Based on Node JS
To Start the Application -
- Clone this Repo into your system
- run npm install
- run "npm run server"
Process For Collaboration -
- Create a Branch (peronal / Linked with issue)
- Commit your changes -
- check if branch is updated with the main branch or not
- Create a Pull request and add atleast 1 reviewer.
- After approval code will be merged.