A small full-stack application for showcasing your favorite products.
- A MySQL Database. Preferably PlanetScale.
- S3-compatible storage
- Clone the repo
git clone git@github.com:superhooman/goods.git
cd goods
- Install dependencies
pnpm install
- Create a
.env
file in the root of the project and fill it with the following:
DATABASE_URL=
NEXTAUTH_SECRET=
NEXTAUTH_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
S3_ENDPOINT=
S3_PUBLIC_URL=
S3_BUCKET=
S3_ACCESS_KEY=
S3_SECRET_KEY=
ADMIN_SECRET=