Skip to content

Commit 39d637a

Browse files
authored
docs: add README
1 parent bd36aeb commit 39d637a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)