diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-23 23:52:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 23:52:57 +0300 |
commit | e488591b9548264d0305a5f34786138bd6c6622b (patch) | |
tree | 16bb3461b697e411b4b396e833d45dd2d0200488 | |
parent | 29dce80de9267a4886c6a598ec90756995821828 (diff) | |
download | which-api-e488591b9548264d0305a5f34786138bd6c6622b.tar.gz |
docs: update project link
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |