Skip to content

Commit 7e7a1be

Browse files
committed
Update README.md: Add instructions for creating .env file and joining Discord server
1 parent e081479 commit 7e7a1be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ Open two terminal for server and client and enter into the directories.
5151
## 1st terminal for server
5252
cd server
5353

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+
5466
## Create Virtual Environment
5567
python -m venv venv
5668

0 commit comments

Comments
 (0)