aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 23:19:23 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 23:19:23 +0200
commit1871b834a715be2e8c4e25938cf3db3866a80ec6 (patch)
treecb5eba8e41a1aa19d9d511567f901d73b89e0981 /README.md
parent4582aee9c51800f7b236fc9d731829c16254429f (diff)
downloadaparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.tar.gz
aparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.tar.zst
aparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.zip
Add Readme and LicenseHEADmaster
Fix bug when without upload folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a0caae9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# React Native Gallery + Camera App
+Features:
+- See all your photos in gallery
+- Remove unwanted files
+- Take a new photo
+- Adjust settings of camera while photographing
+- Send files to server
+- See uploaded files
+
+## To start:
+- Run `npm install`
+- Run `expo start`
+- In another terminal `cd backend && ./start`
+- In app go to settings and set your computer IP address
+
+![Screenshot of gallery](screenshot1.png)
+![Screenshot of camera](screenshot2.png)
+![Screenshot of webapp](screenshot3.png)