aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 47ef59cbe6150aa3f6dda95b9c03d430784f3051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# which-api
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/orgs/which-ecosystem/projects/1):fire:

### Technology stack
- [Typescript](https://www.typescriptlang.org/)
- [Feathers-js](https://feathersjs.com/)
- [Mongoose](https://mongoosejs.com/)


### Building and running
```
ts-node populateDb.ts
ts-node-dev index.ts
```