Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 754 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 754 Bytes

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.