Skip to content

wKovacs64/drinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,864 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drinks 🥃

Craft Cocktail Gallery


Technologies used:

Run your own:

  1. Clone this repo and install dependencies with pnpm install
  2. Create an ImageKit account and get your public key, private key, and URL endpoint
  3. Create a project in the Google Cloud Console, configure the OAuth consent screen, and create OAuth 2.0 credentials to get your client ID and client secret
  4. Copy .env.example to .env and fill in your ImageKit credentials, Google OAuth credentials, and other required values
  5. Run database migrations with pnpm db:migrate
  6. Start the dev server with pnpm dev
  7. Deploy to Fly - see Fly docs for Node apps