We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e081479 commit 7e7a1beCopy full SHA for 7e7a1be
README.md
@@ -51,6 +51,18 @@ Open two terminal for server and client and enter into the directories.
51
## 1st terminal for server
52
cd server
53
54
+## create .env file with following details (you can create your neo4j account or use our mirror database credentials)
55
+
56
+GOOGLE_API_KEY=
57
+SECRET_KEY=
58
+NEO4J_URI=
59
+NEO4J_USER=
60
+NEO4J_USERNAME=
61
+NEO4J_PASSWORD=
62
63
+## Join our discord server to get Mirror Database Credentials.
64
+Discord Server Link : https://discord.gg/he8QHEC8WP
65
66
## Create Virtual Environment
67
python -m venv venv
68
0 commit comments