Clapesme Setup Clone the project ``; Entry to the project folder cd kgpo; Switch to branch develop git checkout develop; Install dependencies running yarn or npm install; Create your branch for implement new feature to the project git checkout -b feature/<your_branch_name_here>; Run command sudo docker-compose up in linux or macOS; Run command docker-compose up in windows. Swagger http://localhost:3333/api-docs/ Migrations to generate migrations I inserted yarn or npm migration:generate; to run migrations I entered yarn or npm migration:run;