adding necessary files

This commit is contained in:
Saugat Pandey
2023-02-05 15:43:17 -06:00
commit 1f2feea42f
118 changed files with 112115 additions and 0 deletions

9
ReactTool/backend/db_conf.py Executable file
View File

@@ -0,0 +1,9 @@
#host = 'webdb.engr.wustl.edu'
#user = 'vstool'
#password = 'VSt00L%%s'
#db = 'visualdata_tool'
host = 'localhost'
user = 'root'
password = 'guest123'
db = 'mvlat'