Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/stock-management-system
Stock Management System.
https://github.com/msaf9/stock-management-system
software-engineering
Last synced: 11 days ago
JSON representation
Stock Management System.
- Host: GitHub
- URL: https://github.com/msaf9/stock-management-system
- Owner: msaf9
- License: mit
- Created: 2022-03-26T19:01:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T20:36:49.000Z (9 months ago)
- Last Synced: 2024-11-08T08:49:24.488Z (2 months ago)
- Topics: software-engineering
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stock Management System
Project Name: Stock Management System.Table of contents
- [Introduction](#introduction)
- [Course Information](#course-information)
- [UML Diagrams](#uml-diagrams)
- [Use case diagram](#use-case-diagram)
- [Class diagram](#class-diagram)
- [Sequence diagram](#sequence-diagram)
- [Activity diagram](#activity-diagram)
- [Programming Language](#programming-language)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)## Introduction
Design and development of Stock Management System architecture.
### Course Information
- Course Name: SOFTWARE ENGINEERING
- Course Code: 15CS2105
- Course Credits: 4
- Academic Year: 2016 - 17### UML Diagrams
#### Use case diagram
![Use case diagram](/resources/UseCaseDiagram.png)
- Navigate to Use case diagram [markdown source code](useCaseDiagram.iuml).
#### Class diagram
- Navigate to [Class diagram](classDiagram.md).
#### Sequence diagram
- Navigate to [Sequence diagram](SequenceDiagram.md).
#### Activity diagram
![Activity diagram](/resources/ActivityDiagram.png)
- Navigate to Activity diagram [markdown source code](activityDiagram.iuml).
![Activity diagram](/resources/ActivityDiagramAdmin.png)
- Navigate to Activity diagram [markdown source code](activityDiagramAdmin.iuml).
## Programming Language
- Markdown
## Project status
> **Completed**
## Installation
### Get repository
```git
git https://github.com/msaf9/stock-management-system.git
cd stock-management-system
```## License
[MIT LICENSE](LICENSE)