A for-fun event promotion page I built for a friends reunion event, that I organized with close friends of mine.
🌐 meet-again.deBuilt with:
- OpenAI Asstant API: Chat Feature
- Google Map React: Maps Render
- Uploadthing: Image Storage & Uploading
- Openweathermap: Weather API
Run the following command to install all dependencies:
npm install
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'
To run the project locally, use the following command:
npm run dev