Skip to content

xfr0ntier/pixabay-search-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the backend of Pixabay Search project, which allows an image search through Pixabay API. Built using NodeJS.

API Endpoint

  1. / - Home route, serves the app.
  2. /register - Register endpoint.
  3. /signin - Signing In endpoint.
  4. /profile/:id - Getting user profile data using id.
  5. /image/:id/:query - Searching images using query.

Running Server

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

Todo list

  • API design.
  • Querying Pixabay API.
  • Integrating with Database.
  • Implementing Auth functionality.

License

This project is MIT licensed.

About

Pixabay Search - NodeJS Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published