Skip to content

Files

Latest commit

1b221fb · Mar 13, 2021

History

History
16 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 631 Bytes

Mybrary

An online book place.
This is a small project building a simple website for NT213 class.

Prerequisite

Ensure installing al necessary dependencies by running: pip install -r requirements.txt

How to start

Start Django application: python manage.py runserver
Go to (default): 127.0.0.1:8000

Note

  • You need a credential which you can generate on your own in order to run the application.
  • This application is not ensured to work properly with Python 2.
  • The application has yet supported different viewport.
  • Different resolution might make the UI display differently in style compared to the origin.