Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 461 Bytes

Siiimple Photo Gallery

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/

Execution

Prereq

It's necessary to create a .env file at servers root folder with the following content:

PEXELS_API_KEY=<YOUR_API_KEY>

Server

$ cd server/
$ npm install
$ node ./index.js

Client

$ cd client/
$ npm install
$ npm start