chore: initial import

This commit is contained in:
u1
2026-01-06 12:33:47 +01:00
commit 60c84ca776
4 changed files with 846 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# trade-api
Node.js API dla projektu `trade`.
## Uruchomienie lokalnie
```bash
PORT=8787 HASURA_GRAPHQL_URL=http://localhost:8080/v1/graphql node services/api/server.mjs
```
## Docker
```bash
docker build -t trade-api .
docker run --rm -p 8787:8787 trade-api
```