Skip to content

Srushtik942/ShutterTale

Repository files navigation

ShutterTale

  • ShutterTale is a photo curation app where users can search for images using the API, save them to collections, add tags, search by tags, and track search history.(using live unsplash api key)

  • Initialized a Node.js project.

    • npm init
  • Installed required packages.

    • express
    • axios
    • dotenv
    • jest
    • mysql2
    • pg
    • sequelize
    • sequelize-cli
    • supertest
  • Making API Calls to create Users

    • Writing POST method to create new user
    • Creating a userController function for post methods and imagesCOntrollers for get methods
    • Creating validation for is email already existed or not
  • Making API Calls to Unsplash

    • Writing Get method to get a paticular image by using query
    • Creating a function in imageControllers as it is a get method
    • Making API call to unsplash using axios library.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published