aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-06-23 23:52:57 +0300
committerGitHub <noreply@github.com>2020-06-23 23:52:57 +0300
commite488591b9548264d0305a5f34786138bd6c6622b (patch)
tree16bb3461b697e411b4b396e833d45dd2d0200488
parent29dce80de9267a4886c6a598ec90756995821828 (diff)
downloadwhich-api-e488591b9548264d0305a5f34786138bd6c6622b.tar.gz
docs: update project link
-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
```