Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 440 Bytes

FYP-Management-System

PrivaciOps in Smart Cities, FYP code repository.

How to run:

  1. Run Data-Scraper.py
  2. Run Data-Randomizer.py
  3. Run CSVToSQL.py

How to Create API:

  1. django-admin startproject (Project Name)
  2. django-admin startapp (app name)

How to Merge Tables into db:

    python CopyTableToAnotherDb.py (Name of db to add table) (Name of db to add table from) (table name)

cd "Hospital System/main_system"