This is a NodeJS web-application which populates NASA images from Flickr API and provides different functionalities like search, sort, filter and pagination of the images.
The Front-end and the Back-end is built on AngularJS
and ExpressJS
respectively.
Clone the directory
git clone https://github.com/suhas92/flickr-web-app.git <<your-directory-name>>
Go to the directory
cd <<your-directory-name>>
Install the dependencies
npm install
Run the app
npm start
Note: The app is running default on port 8081
.
Go to localhost:8081
in any browser.