phuochungus commited on
Commit
3bec961
1 Parent(s): 930ebde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -15,19 +15,17 @@ Before you proceed, make sure you have installed/created the following applicati
15
  3. Firebase, you can create a free Firebase project at: https://firebase.google.com
16
  4. Neo4j database, you can create free at: https://neo4j.com
17
 
18
- ## Configuration
19
- Open up `compose.yaml`, change all the environment variable:
 
 
 
 
20
  ```
21
- environment:
22
- - SUPABASE_URL=your-supabase-url
23
- - SUPABASE_KEY=your-supabase-key
24
- - FIREBASE_CREDENTIALS=your-firebase-credentials
25
- - FIREBASE_API_KEY=your-firebase-api-key
26
- - NEO4J_URI=your-neo4j-uri
27
- - NEO4J_USERNAME=your-neo4j-username
28
- - NEO4J_PASSWORD=your-neo4j-password
29
  ```
30
 
 
31
  ```
32
- docker compose up -d
33
  ```
 
15
  3. Firebase, you can create a free Firebase project at: https://firebase.google.com
16
  4. Neo4j database, you can create free at: https://neo4j.com
17
 
18
+ ## Tutorial
19
+ Full tutorial here: https://www.youtube.com/watch?v=x-_61l-unoY
20
+
21
+
22
+
23
+ ## TO RUN
24
  ```
25
+ docker compose up -d
 
 
 
 
 
 
 
26
  ```
27
 
28
+ ## TO CLOSE
29
  ```
30
+ docker compose down
31
  ```