aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 400387d..47ef59c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
REST API for [Which](https://github.com/ilyayudovin/which/) - social web-app focused on choosing between two options (images).
## Development :hammer_and_wrench:
-Track our progress - [KANBAN board](https://github.com/ilyayudovin/which/projects/1):fire:
+Track our progress - [KANBAN board](https://github.com/orgs/which-ecosystem/projects/1):fire:
### Technology stack
- [Typescript](https://www.typescriptlang.org/)
@@ -12,5 +12,6 @@ Track our progress - [KANBAN board](https://github.com/ilyayudovin/which/project
### Building and running
```
+ts-node populateDb.ts
ts-node-dev index.ts
```