https://github.com/jakobhoeg/co2-backend
https://github.com/jakobhoeg/co2-backend
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakobhoeg/co2-backend
- Owner: jakobhoeg
- Created: 2024-05-22T07:41:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T09:20:59.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:26:20.955Z (6 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Video af kørende Flutter app (på Android)
https://github.com/jakobhoeg/co2-backend/assets/114422072/490c9f81-67ac-4b6f-b096-9ce5dfbce5a8
# Video af Push Notifikation implementering
https://github.com/jakobhoeg/co2-backend/assets/114422072/20223287-7423-4418-8a4b-a58fdefe2ff3
# Docker
```
docker build -t co2-backend -f Dockerfile.dev .
docker run -d -p 3000:3000 co2-backend
```Or use `docker-compose`:
```
docker-compose up --build
```