spentoday api
1.0.0
Backend dépensé avec ASP.NET Core
Pour démarrer le référentiel de clone de développement :
clone git https://github.com/flurium/spentoday-api.git
Accédez au dossier :
cd passoday-api
Utilisez la branche de développement :
développeur de paiement git
Ajoutez le fichier .env
au dossier Backend avec les 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=...
Avant de commencer à travailler, faites toujours : git pull