Necessary tools in `local environment` for Backend - muhamed-hassan/safe_planet GitHub Wiki
Tools:
-
Get yourself familiar with the command prompt
- to get more visibility, you can use this awesome 😍 command_line-tool
CURL
- to get more visibility, you can use this awesome 😍 command_line-tool
-
Connectors with other DBs and Message Brokers shall be used locally to maintain a stable data state and have full control over them, then shut them down if they are not needed to avoid a lot of computer's resources consumption
-
Connectors with other systems (apps) shall be with an http-client that is built locally based on the interface integration contract made of JSON
- JSON file represents a data exchange model.
- Besides data types per language in bits representation shall be known in advance to do the proper mapping upon implementation.
-
Nice website to generate
Spring-Boot project skeleton