Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #4 from hitensam/dependabot/pip/flask-2.2.5 #8

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
app.secret_key_API = '~!@#$%^&*&^%$#$%^&'
*/dev
.gitignore
.idea
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__/
#To ignore cache file.
/venv
/dev
.env
6 changes: 6 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/Library-Management.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/rSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Library_Management.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Metadata-Version: 2.1
Name: Library-Management
Version: 0.0.0
Home-page:
Author: andrewschell
Author-email:
9 changes: 9 additions & 0 deletions Library_Management.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
IST_Time.py
README.md
app.py
db.py
setup.py
Library_Management.egg-info/PKG-INFO
Library_Management.egg-info/SOURCES.txt
Library_Management.egg-info/dependency_links.txt
Library_Management.egg-info/top_level.txt
1 change: 1 addition & 0 deletions Library_Management.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Library_Management.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<h1 align="center">Library Management System</h1>

<p align="center">
<img src="https://raw.githubusercontent.com/datatalking/Library-Management/blob/MacOS/static/images/online-library-symbol.jpg">
</p>

<p align="center">
<a href="https://travis-ci.com/datatalking/Library-Management"><img alt="Build Status" src="https://travis-ci.
com/datatalking/Library-Management.svg?branch=MacOS"></a>
<a href="https://www.python.org/downloads/release/python-270/"><img alt="Python Version" src="https://img.shields.io/badge/python-3.7-green.svg"></a>
<a href="https://pepy.tech/project/Library-Management"><img alt="Code Climate" src="https://pepy.tech/badge/Library-Management"></a>
<a href="https://codeclimate.com/github/datatalking/Library-Management/maintainability"><img alt="Code Climate" src="https://api.codeclimate.com/v1/badges/add8cd9bd9600d898b79/maintainability"></a>
<a href="https://github.com/python/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="http://kivmob.com"><img alt="docs" src="https://img.shields.io/static/v1?label=docs&message=passing&color=blue"/></a>
<!--
<a href="https://discordapp.com/channels/698610163254558804"><img alt="Discord" src="https://img.shields.io/discord/698610163254558804"></a>
-->
</p>

<h2 align="center">Portal for Reissuing Library Books</h2>

<img src="https://user-images.githubusercontent.com/30778907/222713574-d238f648-ed06-4000-85d3-ae3b97e307b4.PNG" width="700px" alt="demo_image">
Expand All @@ -21,14 +38,14 @@ Steps
<img src="https://user-images.githubusercontent.com/30778907/222707878-9619e84d-e607-425a-88e1-95e83888c854.PNG" width="700px" alt="details_entered">

* The user receives a One Time Password (OTP) on his/her mobile number to access the portal


<img src="https://user-images.githubusercontent.com/30778907/226445752-14f2d381-a370-4e2d-a56a-fd46b1f5133c.png" width="500px" alt="otp_entered">

(OTP RECEIVED)

<img src="https://user-images.githubusercontent.com/30778907/222708550-a1d24cc4-a027-40f7-b7be-92014346e020.PNG" width="700px" alt="otp_entered">

<img src="https://user-images.githubusercontent.com/30778907/226445752-14f2d381-a370-4e2d-a56a-fd46b1f5133c.png" width="500px" alt="otp_entered">

(OTP RECEIVED)

<img src="https://user-images.githubusercontent.com/30778907/222708550-a1d24cc4-a027-40f7-b7be-92014346e020.PNG" width="700px" alt="otp_entered">

(OTP ENTERED)

* Voilà, the user has entered the system.
Expand Down
Loading