Skip to content

Images gallery from Flickr API with React/Redux and Node.js server API

Notifications You must be signed in to change notification settings

gusbueno/flickr-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickr-gallery

Images gallery from Flickr API with React/Redux and Node.js server API

UNIT TESTS

Client tests

Run npm test to launch all tests, this command will create a coverage folder where you can see the code coverage

Server tests

Run npm run test:server to launch the endpoint tests

HOW TO

Steps to run the project:

  • Install dependencies: npm install
  • Build API server: npm run build:server
  • Start API server: node server/build/bundle.js (keep this terminal opened)
  • Start dev server on localhost:3000 (on new terminal): npm start
  • Create a production build: npm run build

MADE WITH

Client side

Server side

About

Images gallery from Flickr API with React/Redux and Node.js server API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published