Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilanTao authored Apr 20, 2022
1 parent 8c7df37 commit 6c50f14
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@ Django, Scrapy, Ajax
# What I learned:
* Leveraged Django framework to build up a MVC based web application.
* Fully functional user system with login/register/session recording.
* Integrate mysql framework with Django QuertSet; Many-to-may relationship to manage user-related operations.
* Integrate Mysql with Django QuertSet; Many-to-may relationship to manage user-related operations.
* Dynamically rendering page with Ajax
* Integrated Scrapy framework with Django to get online resource. Scrapy is wired up with Django model and Myswl framework.
* Integrated Scrapy framework with Django to get online resource. Scrapy is wired up with Django model and Mysql.

# Website Demo

* Book Presentation
![Authors](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/authorlist.png)
![Books](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/booklist.png)
![Chapters](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/chapterlist.png)
![Content](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/chaptercontent.png)
![OffCanvas](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/chaptercontent_offcanvas.png)

* User System
![Login](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/login.png)
![UserCenter](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/usercenter.png)
![OffCanvas](https://github.com/WeilanTao/LibraryWebsite/blob/main/Library/demo/usercenter_offcanvas.png)

0 comments on commit 6c50f14

Please sign in to comment.