Dev setup
Dev setup
o
o Open visual studio and set Tools/Migrations project as default (general migrations)
Clean and rebuild
Run
You might see some errors but most of the scripts should appear as running
correctly
o Open Tibero studio, refresh and observe the left side – the databases should be there
o Run the following commands in PowerShell
docker run -d -p 5672:5672 -p 15672:15672 --restart unless-stopped rabbitmq:management
docker run -d -p 8500:8500 --restart unless-stopped consul
docker run -d --name redis -e REDIS_PASSWORD=9gT?!dvXq53JekhWDk!LwwDWsXv5ClPD -p
6379:6379 bitnami/redis:latest
o Open Visual Studio
Set multiple startup projects
wedoIT.Gateway.WebApi
wedoIT.IdentityProvider
wedoIT.ReferenceData.WebApi
wedoIT.UserManagement.WebApi
Start debugging
o Open frontend folder in Visual studio code
Run npm install on frontend
Install extensions on visual studio code
Nx Console
Angular Language Service
TSLint
Prettier
Jest Runner
vscode-icons
Open angular.json file
Ctrl + click on script
Navigate to localhost:4300
Use credentials
o Username: admin
o Password: 1q2w3e4r5t
Finishing touches and running docker
Now we can launch backend as whole, if you configured everything correctly, and have basic knowledge
of GIT, you can start working. In root folder as normal user under PowerShell or Terminal, run docker-
compose up -d --build Congratulations, containers should be now up and running. It can take some time,
please be patient. You can check status in Docker Application: