From 1871b834a715be2e8c4e25938cf3db3866a80ec6 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 23:19:23 +0200 Subject: Add Readme and License Fix bug when without upload folder --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit v1.3.1