database seed now integrates with supabase, python scripts replaced with node

This commit is contained in:
Mikayla Dobson
2022-10-02 10:03:32 -05:00
parent a1322ec0c6
commit 7b3063f43b
7 changed files with 51 additions and 111 deletions

View File

@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"seed": "cd db && node seed.js && cd util && python3 main.py"
"seed": "cd db && node seed.js"
},
"engines": {
"node": "v16.13.1"