This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
This project uses DaisyUI and Tailwind CSS for UI component styling. You may read more into the use of these powerful styling tools with these links:
This Project uses Clerk for authentication and the Yelp API to populate the homescreen.
For Storage we utilised a postgreSQL databse using Supabase.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository for more information.
This is an easy and efficient way to deploy your Next.js app Vercel Platform.
- When Deploying be sure to specify your environment variables with regards to your clerk authentication keys and your Yelp API key.
- You should also add your Suoabase DB connection string too.
- API_KEY
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
- CLERK_SECRET_KEY
- DATABASE_URL
You may view the deployed app here: Grumble