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

https://github.com/thicodes/talk-votes


https://github.com/thicodes/talk-votes

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# Talk Votes

Make talk suggestions and vote for them using React-Query

![image](https://user-images.githubusercontent.com/6524612/94856411-55290a80-0406-11eb-8f63-bd2632d61a68.png)

## Server

### Installing
```
cd server
yarn install
```

### Run
```
yarn start
```

## Web

### Installing
```
cd web
yarn install
```

### Run
```
cd web
yarn install
```