This is the base repository which contains the necessary files and documents for the project Inventory Management System for retailers. The source code is present as a submodule in the Velocity folder. The submodule repository can be found here.
Project CodeName: Velocity
Project Domain: Cloud Computing
Project Description: Inventory Management System for retailers
| S.No | Name | College Registration No |
|---|---|---|
| 1 | Sathiyaraman M | 111720102140 |
| 2 | Sudharsan S V | 111720102129 |
| 3 | Sairam J | 111720102133 |
| 4 | Shree Ranganathan S | 111720102310 |
Open a terminal and run the following command at your desired location:
git clone --recursive https://github.com/CloudMavericks/20IT928-PRIEE-C7.gitThis will clone the repository along with all the submodules.
Note: If you have already cloned the repository without the
--recursiveflag, then run theupdate_submodules.sh(for Linux/macOS) orupdate_submodules.cmd(Windows - Command Prompt) orupdate_submodules.ps1(for Windows - Powershell) script from thescriptsfolder to clone the submodules.
Alternatively you can run the following command from the root of the repository to clone all the submodules.
git submodule update --init --recursive- Abstract Presentation Link
- Please do not push any code to this repository directly.
- To work on the source code, work on the code at Velocity repository. The latest commits from the submodule will be pulled automatically to this repository via GitHub Actions.
- No pull requests will be accepted to this repository.