samsorrahman / Dockerizing-Full-Stack-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Project

Project for the Dockerfiles and Docker Compose sections

Initial configuration

  • Create account at the https://unsplash.com
  • At the https://unsplash.com/oauth/applications create new demo application with title "Images Gallery". Demo applications are limited to 50 requests per hour
  • In the newly created application find section "Keys" and copy Access Key
  • In the api folder create file .env.local and add there following line:
UNSPLASH_KEY=<Paste copied Access Key here>

EXAMPLE with fake code(don't try to use it in your app):

UNSPLASH_KEY=2MJvApIkV13hfg2LmQlneILfHoJ2ttlzSdPKefGOyKM
  • Save modified .env.local file

About


Languages

Language:JavaScript 58.6%Language:HTML 24.8%Language:Python 12.7%Language:CSS 3.9%