Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

Django

  • We start by building a virtual environment
  • Followed with the setting up of basic python files
  • we then add the interactive environment of Django Shell
  • This is then followed by building templates and other pages which will be linked to the home page
  • Lastly, to make the program more attractve we use bootstap styles to design the platform and connect it with an official HTTP for others to use it.

Pictures and Snapshots

This is the main page which is visible to everyone

  • Picture1

User can register or log in with their previous account

  • Picture2

I have added an example user that has added list of books read

-Picture3

Here, we can see the test reviews for any particular book chosen by the user

Picture4