Beeant is basically question platform
When i developed this project my main point is make practice with vue, vuex, vue router . Actually while i'm learning react, redux, i suddenly understood state management and switched to vue and I tried to understand vuex, understanding was much faster than I thought. Of course i need to make practice with that so i try to developed a basic platform
- Login with Google.
- Explore different users profile.
- Like/dislike system.
Before install you need to create a .env.local file
touch .env.local
VUE_APP_MEASUREMENT_ID=
VUE_APP_APP_ID=
VUE_APP_MESSAGING_SENDER_ID=
VUE_APP_STORAGE_BUCKET=
VUE_APP_PROJECT_ID=
VUE_APP_DATABASE_URL=
VUE_APP_AUTH_DOMAIN=
VUE_APP_API_KEY=
Install
yarn install
yarn serve
yarn build
yarn lint