Skip to content

peipp410/MiniFIFA

Repository files navigation

MiniFIFA

This is the course project for BI506-Database Concepts in SJTU. It is written by Django.

Usage

  1. Install Python and MySQL.
  2. Install requirements
pip install -r requirements.txt
  1. Initialize
python manage.py migrate
  1. Import data into database. The data can be found in ./data in .csv format.
  2. 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.

About

A course project for Database Concept in SJTU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published