-
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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Srushtik942/ShutterTale
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published