Cleaning up
Once we are done with the application, we can clean up the resources that we used in this chapter as we won’t need them in the near future. Most of the resources are free but I highly recommend deleting the resources that you don’t need anymore, especially if you are paying for any of those.
These are the resources that you can delete:
- DigitalOcean Droplet(s) created in this chapter
- MongoDB Atlas cluster
- Docker Hub repository
- Cloudflare domain
- GitHub repository (although I recommend you keep it as you can use it as a reference in the future)
Information
You can get additional hard drive space in your local environment by deleting the Docker images that you don’t need anymore or the node_modules
folders that you created while following along with the book.
This cleaning-up process was the last step for us in this journey. Before you move to the final section, I recommend you organize the notes you have taken during...