File size: 678 Bytes
4986f6d
1a41d46
c7cf79e
4986f6d
 
 
 
 
 
 
1a41d46
 
 
 
 
24f6480
c7cf79e
3bec961
 
 
 
 
 
bee6ac4
3bec961
bee6ac4
 
3bec961
4986f6d
3bec961
4986f6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Traffic Detection
emoji: 🐾
colorFrom: yellow
colorTo: pink
sdk: docker
pinned: false
app_port: 3000
---

## Prerequisite:
Before you proceed, make sure you have installed/created the following application/service:
1. Docker, link at: https://www.docker.com
2. Supabase, you can self-host the service or create a free Supabase project at: https://supabase.com
3. Firebase, you can create a free Firebase project at: https://firebase.google.com
4. Neo4j database, you can create free at: https://neo4j.com

## Tutorial
Full tutorial here: https://www.youtube.com/watch?v=x-_61l-unoY



## TO RUN
```
docker compose up -d
```

## TO CLOSE
```
docker compose down
```