git clone git@github.com:hclareth7/war-backend.git
npm i
#APP
APP_LOG_LEVEL=dev
APP_API_PATH="/api"
APP_PORT=3000
APP_ALLOWED_ORIGINS="*"
#S3 CONF
S3_CLOUD_ENDPOINT=
S3_COUD_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
BUCKET_NAME=test_war_backups
#DB
MONGODB_URL=
JWT_KEY=
npm run dev
follow this link: http://localhost:3000/doc
Make sure that to run this command you are in the main branch updated.
git checkout -b TaskID-Task title
example: git checkout -b OjTlw6W9-arregclar-readme-backend