Skip to content
/ GiftShop-CLI Public template

Command Line E-commerce in C language with vscode debugger for academic purposes

Notifications You must be signed in to change notification settings

Joelciomatias/GiftShop-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiftShop-CLI

This is a Command Line Interface (CLI) Gift shop Management System written in pure C language for educational purposes

Setup

  • gcc 6.3.0 | install on C:\MinGW
  • Windows 10 or 11
  • vscode editor

Compile and run

make ; make run

or

gcc ./src/*.c ./src/*.h -o ./dist/shop.exe ; ./dist/shop.exe

Admin area

Alt text

About

Command Line E-commerce in C language with vscode debugger for academic purposes

Resources

Stars

Watchers

Forks

Packages

No packages published