https://github.com/sahilbansal17/library-management-system
Library Management System at IIT Jammu. Done as the part of assignment of Database Management System course.
https://github.com/sahilbansal17/library-management-system
Last synced: 3 months ago
JSON representation
Library Management System at IIT Jammu. Done as the part of assignment of Database Management System course.
- Host: GitHub
- URL: https://github.com/sahilbansal17/library-management-system
- Owner: sahilbansal17
- License: mit
- Created: 2019-02-20T14:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T21:08:51.000Z (over 6 years ago)
- Last Synced: 2025-06-12T23:40:57.483Z (4 months ago)
- Language: Python
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library-Management-System at IIT Jammu
## Script to create database
$ sudo chmod 777 initialize
$ ./initializeThis will automatically perform the next two steps mentioned below.
### 1. Creating the database
$ sudo mysql < db/sql_commands.sqlThis will create the database **lms** and all the tables with constraints associated.
### 2. Generating random data
$ pip3 install -r requirements.txt
$ python3 db/generate_data.py### 3. Running the queries
$ python3 db/queries.py### 4. Documentation
The documentation is available in the [doc/](doc/) folder.