Skip to content

SSbit01/Image-Search-Abstraction-Layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search Abstraction Layer

A simple and easy-to-use image search website that makes use of the Pixabay API. It can store search strings in a MongoDB Atlas database.

Make sure to define the PIXABAY_KEY environment variable and install local packages.

  • It's strongly recommended to assign the NODE_ENV environment variable to production.
  • Also, you can declare the MONGO_URI environment variable, which allows the server to store recent searches in a MongoDB database.
  • If you want to change the server port, which is 3000 by default, you can declare the PORT environment variable.