https://github.com/snowdogapps/topics-voting-app
https://github.com/snowdogapps/topics-voting-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/topics-voting-app
- Owner: SnowdogApps
- License: mit
- Created: 2020-07-10T13:35:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T11:27:43.000Z (almost 5 years ago)
- Last Synced: 2025-10-27T03:27:58.146Z (8 months ago)
- Language: Vue
- Homepage: https://vote.meetmagento.pl/
- Size: 1.06 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)