aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-10 13:35:36 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-10 13:35:36 +0530
commitee9dd0699794b60e4f1b421e23f9d5d7c497f049 (patch)
treeec9462abd2b10aa0da8c7b15d64fbb9cb7aba310 /README.md
parent85555704cee850f2145ad5b2bc3afe66bfbd5e82 (diff)
added automatic table craetion
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 334bc54..daff6b8 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,20 @@ Once you have the `COLLADA2GLTF-bin` file, copy the file:
cp COLLADA2GLTF-bin /usr/local/bin/collada2gltf
```
-## 4. Running
+## 4. Setting up the Database
+
+You will first need to create a database and grant all priviliges to a user. Make sure you have correctly configured the `config.ini` file.
+
+After tha simply run the following commands. This will create the table(s) and check if the backend is working or not.
+
+```
+cd tests
+python3 dbTestFiller.py
+python3 backendTest.py
+python3 removeSample.py
+```
+
+## 5. Running
### Without FastAPI