To start the application in development mode, run:
npm run devIn root folder you can find .env-example copy and fillup. You can use this config or change it for your purposes.
i'm using sequelize plugin and sync with option force, so no need sql file and migration
Swagger documentation will be available on route:
http://localhost:8080/docsthere's a postman collection and environtment variables you can use it
npm run test
