Skip to content

This SQL programming project involves the creation of a database host application that interfaces with a backend SQL database implementing a Library Management System. Users of the system are understood to be librarians (not book borrowers).

Notifications You must be signed in to change notification settings

Jaisu-1/Dummy-Library

Repository files navigation

LibFace - A Fully Functional Library GUI

Dummy Library

Pre-requisites -

  1. Python3
  2. pip

Running the program -

  1. Go to the directory
  2. python3 main.py
  3. Installing Dependencies
    1. There is a requirements.txt stored, you can installing it by running pip install requirements.txt

To compile - Our Entry Point would be - main.py

Description

The project's purpose is to demonstrate ORM for a library system using python.

Author : Jaisurya Nanduri

Date : 27 Oct 2019

About

This SQL programming project involves the creation of a database host application that interfaces with a backend SQL database implementing a Library Management System. Users of the system are understood to be librarians (not book borrowers).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages