This repo contains the backend of Pixabay Search project, which allows an image search through Pixabay API. Built using NodeJS.
/
- Home route, serves the app./register
- Register endpoint./signin
- Signing In endpoint./profile/:id
- Getting user profile data usingid
./image/:id/:query
- Searching images usingquery
.
Clone this Repo.
git clone <pixabay-search-nodejs-repo>
npm install
Add your Pixabay API_KEY
and PORT
in server.js
, then run.
npm start
- API design.
- Querying Pixabay API.
- Integrating with Database.
- Implementing Auth functionality.
This project is MIT licensed.