Explore the most recent images uploaded to Flickr worldwide.
This is the server implementation for flickr gallery. It's main purpouse is to consume the flickr api and serve this information to the client.
1. Clone the repo
$ git clone https://github.com/jportella93/flickr-gallery-server.git
$ cd flickr-gallery-server
2. Create a .env file in the root folder and copy the content from the .env.example file. Write your own flickr API key in the .env file.
3. Install dependencies:
$ yarn install
or
$ npm i
4. Start the server:
$ yarn start
or
$ npm start
5. Go to the client and follow the getting started.
- Koa - Async middleware for Node.
- flickr API - Provides flickr pictures and user's info.
Jon Portella - Github - LinkedIn - Twitter
This project is licensed under the MIT License.