Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 628 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 628 Bytes

Backend of Willmage

This is where all back-end processing such as image uploading is stored. Feel free to self host this - as long as you give us credit for the base code.


Requirements

Node.js must be installed, and you must install the dependencies. You must create a Firebase app and make a Firebase Storage bucket.

.env variables:

  • GOOGLE_APPLICATION_CREDENTIALS: path of the Firebase service account json file
  • BUCKET: the Firebase Storage bucket, for example hello-world.appspot.com
  • PORT: the port to run the server on

Please keep in mind that we will not provide support for selfhosting.