Skip to content

iammohitsakhuja/supermarket-billing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket Billing

This repository contains a project for a CLI based Supermarket billing system, written in C++. It utilizes a SQLite database to keep track of previous transactions and the inventory items.

Demo

supermarket-billing-demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Requirements

  • C++11 (or above) compiler
  • SQLite library
  • make utility

Installation steps

To install SQLite, use apt-get on Linux, brew on macOS.

Once you have installed all the requirements, run the following:

$ sqlite3 supermarket.db < items.sql
$ sqlite3 supermarket.db < orders.sql
$ make
$ ./billing
Welcome to our supermarket!

About

💸 A CLI based supermarket billing system 🧾

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published