Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathmesh-jagtap/inventory-management-system
https://github.com/prathmesh-jagtap/inventory-management-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prathmesh-jagtap/inventory-management-system
- Owner: prathmesh-jagtap
- License: gpl-3.0
- Created: 2024-02-02T12:26:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:56:49.000Z (12 months ago)
- Last Synced: 2024-02-08T19:09:08.230Z (12 months ago)
- Language: CSS
- Size: 4.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory-Management-System
## Installation
1. Clone the repository:
```bash
git clone https://github.com/prathmesh-jagtap/Inventory-Management-System.git
```2. Navigate to the project directory:
```bash
cd Inventory-Management-System
```3. To initiate git changes remotely:
```bash
git init
```4. Add changes to repository:
```bash
git add . or git add
```5. Commit your adding in repo:
```bash
git commit -m <"Your message">
```6. To change or checkout Branch:
```bash
git checkout -b
```7. Push all the changes:
```bash
git push origin
```push in a specific branch
```bash
git push -u origin
```### References
- [Laravel](https://laravel.com/docs/10.x/installation)
- [Git Commands](https://github.com/git-guides/install-git)