38
loading...
This website collects cookies to deliver better user experience
Tool | Description | Purpose |
---|---|---|
Flask | Python | microframework |
MongoDB | NoSQL database | Store the API data |
Digital Ocean | Cloud provider | Host the server where the API will be deployed to |
Terraform | IaC (Infrastructure as code) tool | Create and manage the cloud server |
Docker Compose V2 Plugin | Define an run multiple containers | Instantiate and connect our containers |
Postman | API platform | Create and publish the API |
root
, which is the default user set when the new server instance was created. Having root
remote accessing a server is not considered a good practice, The alternative is to create a new user for that purpose and disable root access on the server (the SSH article referenced above demonstrates how to to so).