Skip to content

FloRide1/Flickr_Search

Repository files navigation

Flickr Search

By Florian "FloRide" Reimat

Tags

  • [ROOT] : project architecture (.gitignore, CI/CD, README.md, etc...)
  • [COMP] : components work
  • [SERV] : services work
  • [APP] : app system

About

This project is an Javascript Angular Image Search Engine based on Flickr API, it's a school project made in Epita during my S6.

Example:

Example Light Example Dark

How to Launch it

First install the server:

npm install

Next go to ./src/environments/environment.ts and add your Flickr API (Public) key

flickr: { 
    key: "<HERE>",
}

Then you can launch it

# Launch developpment server
npm start

How to Build it

The steps are nearly the same as for launching the development server, except this time you need to modify environment.prod.ts:

flickr: { 
    key: "<HERE>",
}

And you build it with

npm run-script build

About

Basic Image Search Engine based on Flickr API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published