Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 491 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 491 Bytes

Ecommerce app

Fullstack ecommerce app made using nextjs using app router. Postgresql database with supabase. Authentication using next-auth and googleOAuth Provider

Setup

Clone the repo and add necessary environment variables

GOOGLE_ID
GOOGLE_SECRET

NEXTAUTH_SECRET
NEXTAUTH_URL

PG_USERNAME
PG_DB
PG_PASSWORD
PG_PORT
PG_HOST

PG_URL_SUPABASE
SUPABASE_KEY

API_URL = http://localhost:3000

IMAGEKIT_URL
IMAGEKIT_AUTHORIZATION

run npm run dev to start development server