An online book place.
This is a small project building a simple website for NT213 class.
Ensure installing al necessary dependencies by running: pip install -r requirements.txt
Start Django application: python manage.py runserver
Go to (default): 127.0.0.1:8000
- 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.