Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.18 KB

Meet Again

A for-fun event promotion page I built for a friends reunion event, that I organized with close friends of mine.

🌐 meet-again.de

alt text

Tools

Built with:

Setup

Installation

Run the following command to install all dependencies:

npm install

Environment Variables

Create .env file and paste the variables.

OPENAI_API_KEY='xxx'
ASSISTANT_ID='xxx'
WEATHER_API_KEY='xxx'
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY='xxx'
POSTGRES_PRISMA_URL='xxx'
POSTGRES_URL_NON_POOLING='xxx'
UPLOADTHING_SECRET='xxx'
UPLOADTHING_APP_ID='xxx'
NEXT_PUBLIC_URL='https://xxx.com'

Run

To run the project locally, use the following command:

npm run dev