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 toproduction
. - 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 thePORT
environment variable.