This is the course project for BI506-Database Concepts in SJTU. It is written by Django.
- Install Python and MySQL.
- Install requirements
pip install -r requirements.txt
- Initialize
python manage.py migrate
- Import data into database. The data can be found in
./data
in.csv
format. - Run
python manage.py runserver 8000
Then enter the URL in the browser: http://127.0.0.1:8000/. You can get more information in the Tutorial page.