An open API service indexing awesome lists of open source software.

https://github.com/cristianoliveira/talkback-issue-demo


https://github.com/cristianoliveira/talkback-issue-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### Talkback issue demo

#### To run
```
yarn && yarn start & yarn start:backend
```

To check this run
```sh
curl -XPOST http://localhost:3200/posts \
-H 'content-type: application/json' \
-d '{"title": "Some post", "content": "Some content"}'
```