Assignment 1 for BT2102: Data Management and Visualisation
Django web app for the ILS
- Virtual environment
- pip install -r requirements.txt
- mysql workbench: create schema
ils
; - create + import mongodb: Database
Assignment1
, collectionsBooks
. Importbooks.json
(the old version) - libsys/settings.py: fill in DATABASE settings to your mysql username and password
- python manage.py migrate
- python database_setup.py (FILL IN YOUR MYSQL USERNAME + PASSWORD)
- python manage.py createsuperuser
- python manage.py runserver
- Control-C to stop the server.