Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vidip-ghosh/softcodehacksproject

Hospital Management System
https://github.com/vidip-ghosh/softcodehacksproject

Last synced: 23 days ago
JSON representation

Hospital Management System

Awesome Lists containing this project

README

        

# SoftCodeHacksProject

Steps to Contribute



Step1: Fork the repo


Step2: git clone https://github.com/your-username/repository-name.git


Step3: Install Dependencies using npm install


Step4: Add those changes git add .


Step4: Create a New Branch using git checkout -b your-branch-name


Step5: Commiting the changes git commit -m "Add new feature"


Step6: Pushing all the changes git push origin your-branch-name