Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilanTao authored Apr 20, 2022
1 parent b9beb7d commit 8c7df37
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Blur Library
This is an online website that provides literary-oriented books. In additional to online reading, users can create customized book lists.

# Tech Stack:
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.
* Dynamically rendering page with Ajax
* Integrated Scrapy framework with Django to get online resource. Scrapy is wired up with Django model and Myswl framework.

# Website Demo

0 comments on commit 8c7df37

Please sign in to comment.