Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 656 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 656 Bytes

WhatToDrink

A website / PWA that allows users to find their next cocktail.

By default, the app will return a random assortment of drinks. The main focus of the app however is to have users input various ingredients and be given a list of drinks they are able to make.

Development

Requirements: Postgres

Starting up the development server

yarn install
yarn prisma migrate dev
yarn dev

Enviroment Variables

  • DISCORD_CLIENT_ID
  • DISCORD_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • NEXTAUTH_URL
  • DATABASE_URL

IMPORTANT: Be sure to checkout the parser to fill the database.