Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prathmesh-jagtap/inventory-management-system


https://github.com/prathmesh-jagtap/inventory-management-system

Last synced: about 2 months ago
JSON representation

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)