Installation

Clone the repo then follow these intsructions

Install the dependencies and start the server.

$ cd image-gallery/server
$ npm install
$ node index.js

Open another terminal and start the react application

$ cd image-gallery
$ npm install
$ npm start

If you want to test on mobile change the REACT_APP_API_URL in the .env file to your public ip address and then restart the react application, for example from http://localhost:3005 to http://192.168.1.34:3005 and then open your prefered browser on your mobile and go to your public ip adress's 3000 port, for example if your public ip address is 192.168.1.34 go to http://192.168.1.34:3000

If you have any questions please send me an email at slymntkn34@gmail.com