Skip to content

Silabuz-Students/Libro-reclamaciones-Proyecto

Repository files navigation

Libro de reclamaciones

#Integrantes

Para inicializar

Getting Started

Crear un archivo .env.local y .env en la raiz del proyecto . Debe estar actualizado con los valores que se encuentran en .env.example

DATABASE_URL="postgresql:https://johndoe:randompassword@localhost:5432/mydb?schema=public"
NEXTAUTH_URL=https://localhost:3000/

Instalar nuevas dependencias

npm install

Generar el cliente de prisma y/o migraciones

npx migrate dev
npx prisma generate 

Para acceder al registro ingresar al endpoint y registrar los datos

https://localhost:3000/auth/register

Para acceder al loginingresar al endpoint y registrar los datos

https://localhost:3000/auth/login

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.