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

https://github.com/snowdogapps/topics-voting-app


https://github.com/snowdogapps/topics-voting-app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Topics voting app

Web app to add topics and vote for them. Build vith Vue.js (vue cli) + Firebase Database and Authentication.
To fully use auth features, app should be integrated additionally with Google, Twitter, Facebook and Github social provider for login.

Licence: MIT

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Firebase configuration
Instruction how to configure firebase db, social prociders for authorisation and admin role, check this [instructions](fb-docs.md)