Skip to content

Create and edit participant lists. Mainly used for gym workouts, that have restrictions in number of participants because of corona

Notifications You must be signed in to change notification settings

pwallrich/meetinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meetinator

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Database

currently the service communicates directly with firestore.

Therefore configuration is read from a .env file.

The following keys are needed in the .env file.

  • VUE_APP_FIREBASE_API_KEY
  • VUE_APP_FIREBASE_AUTH_DOMAIN
  • VUE_APP_FIREBASE_DATABASE_URL
  • VUE_APP_FIREBASE_PROJECT_ID
  • VUE_APP_FIREBASE_STORAGE_BUCKET
  • VUE_APP_FIREBASE_MESSAGING_SENDER_ID
  • VUE_APP_FIREBASE_APP_ID
  • VUE_APP_FIREBASE_MEASUREMENT_ID (optional)

These values can be found in the firebase console under Project Settings -> Your project

Customize configuration

See Configuration Reference.

About

Create and edit participant lists. Mainly used for gym workouts, that have restrictions in number of participants because of corona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published