We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dce80 commit e488591Copy full SHA for e488591
README.md
@@ -2,7 +2,7 @@
2
REST API for [Which](https://github.com/ilyayudovin/which/) - social web-app focused on choosing between two options (images).
3
4
## Development :hammer_and_wrench:
5
-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:
6
7
### Technology stack
8
- [Typescript](https://www.typescriptlang.org/)
@@ -12,5 +12,6 @@ Track our progress - [KANBAN board](https://github.com/ilyayudovin/which/project
12
13
### Building and running
14
```
15
+ts-node populateDb.ts
16
ts-node-dev index.ts
17
0 commit comments