Organize and sign up for meetups. The link to the application is here
This projeect is build using the tutorial by Max from Academind.
- Vue JS
- Vuetify
- Firebase
- Main Page
- List of Meetups
- Details of a Single Meetup
- Create a new Meetup
- Sign in / Sign up
The configuration for firebase is present in
firebase.config.jswhich is included in.gitignore
- Realtime Database for storing the meetup details.
- Image storage in the firebase storage.
- Authentication using Firebase Authentication
npm install
npm run serve
npm run build