GitXplorerGitXplorer
K

gest-fin

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
3fda778892eed7cbb1aeb0c044239ba71994698e

[Fix] toast show session active

KKalevins committed 4 months ago
Unverified
d1aa3c4053d734b08f6a6b64920a4048b5f11990

[Update] images

KKalevins committed 4 months ago
Unverified
9274803b89bc79b2058c7f4608ef2422931080b8

[Add] Info login

KKalevins committed 6 months ago
Unverified
17690144bc05872febe1b1948b134eb44a136698

[Update] Readme

KKalevins committed 6 months ago
Unverified
4944a969784721e98021e4fa8d123609f951dbed

[Fix] phone create user

KKalevins committed 7 months ago
Unverified
8d602fc1528851363bc4c9a693a99f73045a60a3

[Add] Readme

KKalevins committed 7 months ago

README

The README file for this repository.

GestFin

Proyecto de un sistema de gestión de ingresos y egresos

🔧 Instalación

En el directorio del proyecto ejecutar:

npm i
npx prisma generate
npm run dev

Para correr las pruebas:

npm run test

📦 Resultados

Puedes ver el proyecto en:

GestFin

Las credenciales de administrador son:

email: admin@admin.com
password: Admin_1234

📦 Despliegue en Vercel

Para desplegar el proyecto en Vercel, se debe configurar las variables de entorno

DATABASE_URL='postgres://postgres:1234@localhost:5432/gest_fin'
DIRECT_DATABASE_URL='postgres://postgres:1234@localhost:5432/gest_fin'

AUTH_SECRET='secret'
AUTH_AUTH0_ID='eiva21kqglb2vsvp'
AUTH_AUTH0_SECRET='secret'
AUTH_AUTH0_ISSUER='https://kalevins.us.auth0.com/'

DEPLOY_URL='https://gest-fin.vercel.app/'

Luego, se debe agregar a Build Command el comando:

npx prisma generate && npm run build

Y desplegar el proyecto

🛠️ Construcción

✒️ Autores

  • Kevin Muñoz Rengifo - Totalidad - Kalevins

🎁 Expresiones de Gratitud

  • Agradecimientos especiales a PrevalentWare.