https://github.com/srav001/causalytics-fb-demo
Display FB poll data in charts with Vue 💚
https://github.com/srav001/causalytics-fb-demo
backend frontend nestjs vue vuejs
Last synced: 3 months ago
JSON representation
Display FB poll data in charts with Vue 💚
- Host: GitHub
- URL: https://github.com/srav001/causalytics-fb-demo
- Owner: srav001
- License: mit
- Created: 2022-09-14T21:27:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T18:56:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T15:33:24.305Z (over 1 year ago)
- Topics: backend, frontend, nestjs, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Causalytics-FB-Demo
This app is meant to serve as a MVP or demo for an analytics which fetches data from a poll in facebook and displays in graphical representation with help of Chart JS in Vue.
## ui
The frontend is build with Vue. Made in Vue 2 simply because of Vuetify for Vue 3 being in beta. But can be updaed to Vue 3 easily once Vuetify is out of beta since no deprecated APIs of Vue 2 are used.
## api
The backend is build with Nest JS and Typescript. Used to fetch data from `FB` API and tranform for easier consumption in the front-end.
## Usage
> cd into `ui` & `api` folders, run the commands given below.
### Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
#