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 bd36aeb commit 39d637aCopy full SHA for 39d637a
README.md
@@ -0,0 +1,16 @@
1
+# which-api
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:
6
7
+### Technology stack
8
+- [Typescript](https://www.typescriptlang.org/)
9
+- [Feathers-js](https://feathersjs.com/)
10
+- [Mongoose](https://mongoosejs.com/)
11
12
13
+### Building and running
14
+```
15
+ts-node-dev index.ts
16
0 commit comments