this rest API get flickr api to access the image feeds then response data in JSON format
- PostgresSQL run on local machine
- clone on your local machine using git clone
- install dependency using yarn or npm
yarn install or npm install
- copy file .env.example and save with the name .env
- Make some adjustment on the env file like the db url and the others
- run migrate and seeder data
yarn migrate:run && yarn seeder:run
- run Application using below command
yarn dev