Inspiration

As my Software Engineering project, I have made an application software that performs CRUD operations and a portal in which items can be added to the cart and the final bill can be printed in the form of receipt.

What it does

Using python language we have developed an interface that fetches the data from the SQLite database and CRUD operations can be performed through different modules of this application software.

How we built it

I used python language and SQLite database for storing the inventory details and customer transaction history.

Challenges we ran into

Debugging the code and compilation as per requirements was a bit hectic. Previously, I decided to use MongoDB as a database but it didn't happen and I have to switch to SQLite database.

What we learned

I learned to make a real-time project and also Unit-Testing and Integration-Testing while finalizing the project.

What's next for Shopping-Store Management System

I am planning to deploy it on the AWS server once it's all modules are implemented.

Built With

Share this project:

Updates