Skip to content

EstebanMa12/findworksart

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, you need to copy the github repository:

git clone https://github.com/EstebanMa12/findworksart.git

# Then you can access to the folder that contains the repository

cd findworksart

Second you need to add a file with the environment variables, the next code is and example of the important variables

POSTGRES_PRISMA_URL="postgres://<Username>:<Password>@ep...&connect_timeout=15"
POSTGRES_URL_NON_POOLING="postgres://<Username>:<Password>@e=...require"
NEXTAUTH_URL="http://localhost:3000"
API_KEY = "<Your api key>"
NEXTAUTH_SECRET = "<Secret>"

Third, 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 page.

This project is deployed with vercel in the next link Deployment

Releases

No releases published

Packages

No packages published

Languages