-
The application displays a Google Map with a satellite view background.
-
Multiple nodes are shown on the map, each with a label and RSSI value.
-
Clicking on a node opens a drawer displaying detailed information about that node.
-
Node data is automatically updated every second.
- Node.js
- Bun
- Docker
- Prisma
-
Rename
.env.example
to.env.local
-
Go to Google Cloud Console and create a new API key.
-
Add the API key to the
.env.local
file:NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=<your_api_key_here>
-
Run
docker compose up -d
to start the database. -
Run
bunx prisma db push
to create the database schema. -
Run
bunx prisma generate
to generate the Prisma Client. -
Run
bun dev
to start the development server.
This project is licensed under the MIT License. See the LICENSE file for more details.