- This system was built to organize the inventory
- Five fields (or columns) for each product are ID, Name, Category, Quantity and Price.
- Data are stored in csv format. Data are stored at
{root}/data/Inventory.csv
- Examples are shown at here
- Either using
git clone
or
git clone https://github.com/EugeneYo/Simple-Inventory-Management-System-With-C.git
- Direct download the project as a zip file then extract it.
- After the project is downloaded or cloned, go into the project root directory
- run the following command
.\build.bat
- Data used to shown in the preview are generated from
mackaroo
- Enter the following command into console to generate mock data or
curl "https://api.mockaroo.com/api/5317dd60?count=1000&key=e8d8ec90" > "Inventory.csv"
- Click this to generate the data you want : Schema for this system
- I suggest not to change the
Field Name
set, but change only the options limiting theField Name
available
- This was made with the purpose of learning C programming language