spentoday api
1.0.0
Backend de Spentoday con ASP.NET Core
Para iniciar el desarrollo del repositorio de clones:
clon de git https://github.com/flurium/spentoday-api.git
Métete dentro de la carpeta:
cd gastadoday-api
Utilice la rama de desarrollo:
desarrollador de pago de git
Agregue el archivo .env
a la carpeta Backend con variables:
DB_CONNECTION_STRING=... SENDGRID_API_KEY=... RESEND_API_KEY=... BREVO_API_KEY=... JWT_ISSUER=... JWT_AUDIENCE=... JWT_SECRET=... STORJ_ACCESS_KEY=... STORJ_SECRET_KEY=... STORJ_ENDPOINT=... STORJ_PUBLIC_KEY=... VERCEL_TOKEN=... VERCEL_PROJECT_ID=... VERCEL_TEAM_ID=...
Antes de empezar a trabajar siempre haz: git pull