Skip to content

gentleroot30/Hospital_Managment_Portal

Repository files navigation

HospitalMgmtService

Clone Repository

Step 1 : Create Folder in your local Drive 
Step 2 : Go to your repository can copy URL link 
Step 3 : Initialized your folder with git for that type 
Step 4 : clone project in your local drive 

git status
git init
git clone <Link>
git clone https://github.com/GeniaTEQ/HospitalMgmtService.git

Create Branch

Step 1 : Right click inside the project folder 
Step 2 : open gitbash
Step 3 : Type in Gitbash below 
git branch <Branch Name>
git branch shewta 

Commit code

Step 1 : Right click inside the project folder 
Step 2 : open gitbash
Step 3 : Type in Gitbash below 

git add . git commit -m "your message" git push

Note

  1. Make sure always check before commit and push in which branch you are working

Merge Code

Step 1 : Commit your existing code to your existing branch
Step 2 : open Github Website 
Step 3 : Create pull request and write comment 
Step 4 : Reslove confilct if their any present manually and submit it 
Step 5 : Wait for seniors to review the code and their comment 
Step 6 : Merge Code by click on it and delete that branch 
Step 7 : Create New Branch and Start Working on it

Note

  1. Never Merge Directly from git bash directly instead push in your current branch then create pull request from github website clearly specifiy what you did in the code by comment.

  2. Always create new branch and delete your previous branch after merge because your system local drive will have complete code and easy for detect bugs.

Doctor

This project was generated with Angular CLI version 14.2.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published