spentoday api
1.0.0
Back-end do Spentoday com ASP.NET Core
Para iniciar o repositório clone de desenvolvimento:
clone do git https://github.com/flurium/spentoday-api.git
Entre na pasta:
cd gastadoday-api
Use o branch de desenvolvimento:
git checkout desenvolvedor
Adicione o arquivo .env
à pasta Backend com variáveis:
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 começar a trabalhar, sempre faça: git pull