Skip to content

Commit e00eb97

Browse files
committed
updated Readme
1 parent ff91156 commit e00eb97

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ Author Name | Varchar
3030
Author Mail Id | Varchar
3131
Book ISBN | Foreign KEY, References Book
3232

33+
34+
3335
Student Table | --------------------
3436
------------- | --------------------
3537
USN | Varchar, Primary Key
3638
Name | Varchar
3739

40+
41+
3842
Book ISSUE Table | --------------------------------
3943
--------------- | --------------------------------
4044
Issue ID | Auto Increment, Primary Key
@@ -43,8 +47,20 @@ Issued Date | Date
4347
Return Date | Date
4448
Book ISBN | Foreign Key, References Book
4549

50+
51+
4652
ADMIN Table | --------------------
4753
--------------- | --------------------
4854
Admin Id | Varchar, Primary key
49-
Password | Varchar
55+
Password |
56+
57+
### Screenshots
5058

59+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/login1.png)
60+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/add_book.png)
61+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/search_book.png)
62+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/list_all_books.png)
63+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/issue_book.png)
64+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/issue_book_2.png)
65+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/list_issued_books.png)
66+
![picture alt](https://github.com/git-akshat/Library-Management/blob/master/screenshots/book_to_return.png)

0 commit comments

Comments
 (0)