/instagram-clone-backend

:open_file_folder: Instagram clone application backend

Primary LanguageJavaScript

Instagram Clone API

GitHub language count Repository size GitHub last commit Repository issues License

💻 Creating an API to load images locally and remotely for instagram clone app

Tools used:

Build your .env file based on these specifications:

  * APP_URL=http://localhost:3333 or production url
  * STORAGE_TYPE=local or s3

  * MONGO_URL= YOUR MONGODB URL

  * AWS_ACCESS_KEY_ID= YOUR ACCESS KEY
  * AWS_SECRET_ACCESS_KEY= YOUR SECRET KEY
  * AWS_DEFAULT_REGION= YOUR BUCKET REGION
  * AWS_BUCKET= YOUR BUCKET NAME