Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 794 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 794 Bytes

Flickr Web Application

What is this application ?

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.

Installation

Step 1

Clone the directory

git clone https://github.com/suhas92/flickr-web-app.git <<your-directory-name>>

Step 2

Go to the directory

cd <<your-directory-name>>

Step 3

Install the dependencies

npm install

Step 4

Run the app

npm start

Note: The app is running default on port 8081. Go to localhost:8081 in any browser.