Photo Gallery created with React and NodeJS.
Inpired by the clean design of the site https://siiimple.com/ and using the API from https://www.pexels.com/
It's necessary to create a .env file at servers root folder with the following content:
PEXELS_API_KEY=<YOUR_API_KEY>
$ cd server/
$ npm install
$ node ./index.js
$ cd client/
$ npm install
$ npm start