https://github.com/mryutaro/smago-map
SmaGoMap: IoTごみ箱SmaGoと連携可能なごみ箱の位置マップ
https://github.com/mryutaro/smago-map
docker docker-compose fastapi nginx postgresql python react react-leaflet typescript
Last synced: about 2 months ago
JSON representation
SmaGoMap: IoTごみ箱SmaGoと連携可能なごみ箱の位置マップ
- Host: GitHub
- URL: https://github.com/mryutaro/smago-map
- Owner: MRyutaro
- Created: 2024-11-09T03:17:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T11:35:15.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:33:12.033Z (over 1 year ago)
- Topics: docker, docker-compose, fastapi, nginx, postgresql, python, react, react-leaflet, typescript
- Language: TypeScript
- Homepage: https://smagomap.mryutaro.site/
- Size: 998 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smago-map

[Enginner Guild Hackathon 2024](https://speakerdeck.com/ryutarom/egh-timu16)に参加したときのプロダクトです。
## 説明資料
予選の資料は[こちら](https://speakerdeck.com/ryutarom/egh-timu16)
決勝の資料は[こちら](https://speakerdeck.com/ryutarom/engineer-guild-hackathon-2024-jue-sheng-timu16)
## 動かし方
1.
```bash
git clone https://github.com/MRyutaro/smago-map.git
```
2.
./.envと./backend/.envファイルを作成
3.
```
docker compose up -d
```