Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vidip-ghosh/softcodehacksproject
- Owner: Vidip-Ghosh
- Created: 2023-07-15T07:21:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T09:02:54.000Z (over 1 year ago)
- Last Synced: 2023-07-16T09:35:51.629Z (over 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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