Gallery App

A gallery application to display user pictures if they have any in their account and if not they can add new.

Technologies

  • Node.js v10.x or later
  • Amplify CLI
  • npm v5.x or later
  • git v2.14.1 or later

Installation

Pre-requisite

cd videolevels-task
amplify init
  • it will prompt for the following
Do you want to use an existing environment? Yes
Choose the environment you would like to use:
❯ dev
master
  • select dev and click on enter
  • run the following command to get the present resources
amplify pull
  • locate the file team-provider-info.json in amplify/backend
  • you will need to provide an authentication key
"categories": {
      "auth": {
        "videolevelstaskf1bd19a8": {}
      }
    }
  • Use the package manager yarn to install app
yarn install
  • To start client
yarn start

Author

  • Toyib Olamide Ahmed
  • Email - (ahmedtoyib1@gmail.com)
  • Reach out for collaboration lets build something awesome together

License

MIT