Skip to content

david-fb/image-uploader

Repository files navigation

Image Uploader

Optimize and resize images with sharp

Image Uploader App

Environment Variables

To run this project, you will need to add the following environment variables from Google Firebase to your .env file:

APIKEY=
AUTHDOMAIN=
PROJECTID=
STORAGEBUCKET=
MESSAGINGSENDERID=
APPID=

Installation

Install project dependencies:

npm install

Install firebase emulators

cd functions
npm install

Run Firebase emulators:

cd functions
firebase emulators:start

Run Quasar App:

quasar dev