You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fotobox/README.md
+29
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# IBM Fotobox
2
2
3
+
This is the IBM Fotobox. Deploy your own Fotobox straight to the IBM Cloud Access it directly from any device with browser and camera. Take Pictures and view them all from your device.
4
+
5
+
The solution is based on:
6
+
- The frontend a Svelte Single Page Application running as a App on Code Engine able to scale to 0 in oder to optimise cost.
7
+
- The Upload function which generates a thumbnail of the image and stores both in COS written in Python and running as a Function on Code Engine.
8
+
- The Downloader a Go programm designed to serve the images stored in COS or download all at one go if you are the operator of the fotobox.
9
+
- All Images are stored in IBM Cloud Object Storage to ensure security and scalability.
10
+
11
+
## Setup
12
+
13
+
If you use your own machine you'll need to install the following (if not
14
+
already installed) and make sure you have a IBM Cloud Account:
15
+
16
+
-[IBM Cloud command line (`ibmcloud`)](https://cloud.ibm.com/docs/cli/reference/ibmcloud?topic=cloud-cli-getting-started)
0 commit comments