File size: 548 Bytes
4986f6d
1a41d46
c7cf79e
4986f6d
 
 
 
 
 
 
1a41d46
 
 
 
 
24f6480
c7cf79e
4986f6d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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

```
docker compose up -d
```